Skip to content

Commit

Permalink
devops: upload test-results every time
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed Mar 31, 2024
1 parent 88cfcf3 commit 86c06b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
kubectl wait --timeout 10m --for=condition=ready pod -l role=worker
ROOT_TEST_URL=$FRONTEND_URL npm run test
- name: Upload test-results
if: ${{ failure() }}
if: ${{ !cancelled() }}
uses: actions/upload-artifact@v3
with:
name: e2e-test-results
Expand Down

0 comments on commit 86c06b3

Please sign in to comment.