Skip to content

Commit b181176

Browse files
committed
fix: CI/CD workflows
1 parent 62af3dd commit b181176

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,8 @@ jobs:
2020

2121
- name: Install dependencies
2222
run: sudo apt-get install -y wait-for-it
23-
- name: Run tests - latest njs version
24-
run: ./test.sh --latest-njs --type oss
2523
- name: Run tests - stable njs version
2624
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
3125

3226
# build_and_deploy:
3327
# runs-on: ubuntu-latest

0 commit comments

Comments
 (0)