Skip to content

Commit 1d1ab5b

Browse files
committed
fix: NGINX_TYPE env variable
1 parent 0efe074 commit 1d1ab5b

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: ./tests/test.sh --type oss
24+
run: export NGINX_TYPE=oss && ./tests/test.sh --type oss
2525

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

0 commit comments

Comments
 (0)