mirror of https://github.com/waku-org/js-waku.git
small fix after ci run
This commit is contained in:
parent
a95202f8f5
commit
7fd6803ec1
|
@ -38,7 +38,7 @@ jobs:
|
||||||
attempt_limit: ${{ env.RETRY_ATTEMPTS }}
|
attempt_limit: ${{ env.RETRY_ATTEMPTS }}
|
||||||
command: ${{ (inputs.test_type == 'node-optional') && 'npm run test:optional --workspace=@waku/tests' || 'npm run test:node' }}
|
command: ${{ (inputs.test_type == 'node-optional') && 'npm run test:optional --workspace=@waku/tests' || 'npm run test:node' }}
|
||||||
with: |
|
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
|
- name: Upload debug logs on failure
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
|
Loading…
Reference in New Issue