Skip to content

Commit d14472b

Browse files
committed
fix: path of test.sh
1 parent b181176 commit d14472b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install dependencies
2222
run: sudo apt-get install -y wait-for-it
2323
- name: Run tests - stable njs version
24-
run: ./test.sh --type oss
24+
run: ./tests/test.sh --type oss
2525

2626
# build_and_deploy:
2727
# runs-on: ubuntu-latest

0 commit comments

Comments
 (0)