Unverified Commit 05b90dc2 authored by Tom Moulard's avatar Tom Moulard
Browse files

github: uploading log artifact

parent 1b58d6e8
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -15,3 +15,8 @@ jobs:
      - uses: actions/checkout@v2
      - name: Run tests
        run: ./test.sh
      - uses: actions/upload-artifact@v1
        if: failure()
        with:
          name: logs
          path: log.log
 No newline at end of file