Skip to content

Commit

Permalink
fix(ci): always upload artifacts
Browse files Browse the repository at this point in the history
Fixes the validation step to always upload artifacts instead of just on
error.
  • Loading branch information
smartcontracts committed Sep 16, 2022
1 parent 466ac2f commit cd738e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
node ./bin/cli.js validate --datadir ./data --tokens "${CHANGED}" 2> err.out 1> std.out
- name: Upload artifacts
if: ${{ failure() }}
uses: actions/upload-artifact@v3
with:
name: logs-artifact
Expand Down

0 comments on commit cd738e9

Please sign in to comment.