Loading .github/workflows/dockerpublish.yml +5 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
.github/workflows/dockerpublish.yml +5 −0 Original line number Diff line number Diff line Loading @@ -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