Skip to content

Commit 81394dd

Browse files
committed
updated test github workflow
1 parent fe9a20f commit 81394dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
2121
- name: Make test.sh executable
2222
run: |
23-
chmod +x ./test.sh
24-
chmod +x ./build.sh
23+
chmod +x ./scripts/test.sh
24+
chmod +x ./scripts/build.sh
2525
2626
- name: Run test script
27-
run: ./build.sh && ./test.sh
27+
run: ./scripts/build.sh && ./scripts/test.sh

0 commit comments

Comments
 (0)