Skip to content

Commit

Permalink
Merge pull request #27 from pcvolkmer/api_fail_fast
Browse files Browse the repository at this point in the history
chore: fail fast on api download error
  • Loading branch information
pcvolkmer authored Oct 3, 2024
2 parents 82f5ad4 + 8e4236b commit 564bec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Fetch Onkostar-API
run: |
curl -L --user dnpm:${{ secrets.PACKAGE_TOKEN }} \
curl -f -L --user dnpm:${{ secrets.PACKAGE_TOKEN }} \
https://git.dnpm.dev/api/packages/Plugin-JF-Onkostar/generic/onkostar-api/2.11.1.6/onkostar-api-2.11.1.6.jar \
--output ${{ github.workspace }}/libs/onkostar-api-2.11.1.6.jar
Expand Down

0 comments on commit 564bec8

Please sign in to comment.