mirror of https://github.com/status-im/js-waku.git
Remove dupe job
This commit is contained in:
parent
ce24c2f530
commit
aaa0cef315
|
@ -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*"
|
||||||
|
|
Loading…
Reference in New Issue