Skip to content

Commit af812ab

Browse files
committed
GW: Fix diff failure due to file path mismatch
1 parent 6b197fd commit af812ab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@ jobs:
1111
run: sudo apt-get install gcc
1212

1313
- name: Build and run tests
14-
run: bash ${{github.workspace}}/tests/test.sh || exit
14+
run: |
15+
cd ${{github.workspace}}
16+
bash ./tests/test.sh || exit

0 commit comments

Comments
 (0)