Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
fix path to sytest script
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh committed Jun 2, 2021
1 parent 0443a05 commit afdf4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ jobs:
working-directory: /src
- name: Summarise results.tap
if: ${{ always() }}
run: /scripts/tap_to_gha.pl /logs/results.tap
run: /sytest/scripts/tap_to_gha.pl /logs/results.tap
- name: Upload SyTest logs
uses: actions/upload-artifact@v2
if: ${{ always() }}
Expand Down

0 comments on commit afdf4dd

Please sign in to comment.