mirror of https://github.com/status-im/js-waku.git
Upload CI logs on failure
This commit is contained in:
parent
e7ad81afee
commit
30b0d5785a
|
@ -68,3 +68,10 @@ jobs:
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
run: npm run test
|
run: npm run test
|
||||||
|
|
||||||
|
- name: Upload logs on failure
|
||||||
|
uses: actions/upload-artifact@v2
|
||||||
|
if: failure()
|
||||||
|
with:
|
||||||
|
name: nim-waku-logs
|
||||||
|
path: log/
|
||||||
|
|
Loading…
Reference in New Issue