Skip to content

Commit

Permalink
dev: remove intermediate files from the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bajpai244 committed Dec 14, 2023
1 parent 5d78b0d commit 8c95fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
- name: run tests
run: |
make vm-tests-v1-ci > test_v1.out 2>&1 test_v1.out
make vm-tests-v1-ci
- name: Retrieve ef-tests execution resources
run: python scripts/compute_resources.py
env:
Expand Down

0 comments on commit 8c95fba

Please sign in to comment.