We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62af3dd commit b181176Copy full SHA for b181176
.github/workflows/main.yml
@@ -20,14 +20,8 @@ jobs:
20
21
- name: Install dependencies
22
run: sudo apt-get install -y wait-for-it
23
- - name: Run tests - latest njs version
24
- run: ./test.sh --latest-njs --type oss
25
- name: Run tests - stable njs version
26
run: ./test.sh --type oss
27
- - name: Run tests - stable njs version - unprivileged process
28
- run: ./test.sh --unprivileged --type oss
29
- - name: Run tests - latest njs version - unprivileged process
30
- run: ./test.sh --latest-njs --unprivileged --type oss
31
32
# build_and_deploy:
33
# runs-on: ubuntu-latest
0 commit comments