Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
JackyWoo committed Sep 14, 2024
1 parent 7ebc0ec commit 1b25541
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
path: build/report.xml

- name: Install dependencies
if: always() && (steps.upload-test-report.outputs.files == 'report.xml')
if: always()
run: pip install PyGithub cryptography

- name: Comment on PR
if: always() && (steps.upload-test-report.outputs.files == 'report.xml')
if: always()
run: if [ -f report.xml ]; then python3 .github/workflows/report.py report.xml; fi

0 comments on commit 1b25541

Please sign in to comment.