Remove dupe job

This commit is contained in:
Franck Royer 2022-06-15 16:41:51 +10:00
parent ce24c2f530
commit aaa0cef315
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 0 additions and 5 deletions

View File

@ -76,11 +76,6 @@ jobs:
- name: build - name: build
run: npm run build run: npm run build
- name: Check no proto files changed
shell: bash
run: |
[ $(git status --short --ignore-submodules|wc -l) -eq 0 ]
- name: test - name: test
env: env:
DEBUG: "waku:nim-waku*,waku:test*" DEBUG: "waku:nim-waku*,waku:test*"