Upload CI logs on failure

This commit is contained in:
Franck Royer 2021-03-26 12:38:04 +11:00
parent e7ad81afee
commit 30b0d5785a
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 7 additions and 0 deletions

View File

@ -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/