Skip to content

Commit

Permalink
entrypoint now exits on errors
Browse files Browse the repository at this point in the history
  • Loading branch information
JPenuchot committed May 19, 2023
1 parent 294e7cf commit 6679e6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/run-tests-archlinux/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh -l
#!/bin/sh -le

export VCPKG_DISABLE_METRICS=1

Expand Down
2 changes: 1 addition & 1 deletion .github/actions/run-tests-ubuntu/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh -l
#!/bin/sh -le

export VCPKG_DISABLE_METRICS=1

Expand Down

0 comments on commit 6679e6f

Please sign in to comment.