Loading .github/workflows/dockerpublish.yml +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v2 - name: Run tests run: ./test.sh - uses: actions/upload-artifact@v1 - uses: actions/upload-artifact@v2 if: failure() with: name: test-artifacts Loading Loading
.github/workflows/dockerpublish.yml +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v2 - name: Run tests run: ./test.sh - uses: actions/upload-artifact@v1 - uses: actions/upload-artifact@v2 if: failure() with: name: test-artifacts Loading