Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
thehighestmath committed Oct 4, 2024
1 parent ecf9d10 commit 222c0c8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ jobs:
- name: Run test
run: python3 main.py --commits --token ${{ secrets.TEST_TOKEN_GITHUB }} --list list.txt --out out.csv --branch all

- name: Upload test results
uses: actions/upload-artifact@v2
with:
name: test-results
path: out.csv

- name: Check if out.csv exists
run: ls out.csv

- name: Fail is out.csv does not exist
if: failure()
run: exit 1

- name: Upload test results
uses: actions/upload-artifact@v4
with:
name: test-results
path: out.csv

0 comments on commit 222c0c8

Please sign in to comment.