mirror of
https://github.com/waku-org/js-waku.git
synced 2025-01-11 21:15:01 +00:00
small fix after ci run
This commit is contained in:
parent
27ec0752f6
commit
a95202f8f5
2
.github/workflows/test-node.yml
vendored
2
.github/workflows/test-node.yml
vendored
@ -38,7 +38,7 @@ jobs:
|
||||
attempt_limit: ${{ env.RETRY_ATTEMPTS }}
|
||||
command: ${{ (inputs.test_type == 'node-optional') && 'npm run test:optional --workspace=@waku/tests' || 'npm run test:node' }}
|
||||
with: |
|
||||
DEBUG: ${{ (inputs.test_type == 'go-waku-master' || inputs.test_type == 'nwaku-master') && '"waku:nwaku*,waku:test*"' || "" }}
|
||||
DEBUG: ${{ (inputs.test_type == 'go-waku-master' || inputs.test_type == 'nwaku-master') && '"waku:nwaku*,waku:test*"' || `` }}
|
||||
|
||||
- name: Upload debug logs on failure
|
||||
uses: actions/upload-artifact@v3
|
||||
|
Loading…
x
Reference in New Issue
Block a user