Skip to content

Commit 4ea0d9d

Browse files
committed
makes curl fail in CI when it should
1 parent eff4c63 commit 4ea0d9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
cp -r template/* ViperToolsMac
7878
7979
- name: Download ViperServer fat JAR
80-
run: curl -L ${{ env.VIPERSERVER_URL }} --output viperserver.jar
80+
run: curl -L --silent --show-error --fail ${{ env.VIPERSERVER_URL }} --output viperserver.jar
8181

8282
- name: Copy ViperServer fat JAR to ViperTools
8383
run: |

0 commit comments

Comments
 (0)