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

Commit afdf4dd

Browse files
committed
fix path to sytest script
1 parent 0443a05 commit afdf4dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ jobs:
234234
working-directory: /src
235235
- name: Summarise results.tap
236236
if: ${{ always() }}
237-
run: /scripts/tap_to_gha.pl /logs/results.tap
237+
run: /sytest/scripts/tap_to_gha.pl /logs/results.tap
238238
- name: Upload SyTest logs
239239
uses: actions/upload-artifact@v2
240240
if: ${{ always() }}

0 commit comments

Comments
 (0)