Skip to content

Commit 4ae3946

Browse files
committed
fix: actually fail when error is returned
1 parent 605a277 commit 4ae3946

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-docker.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848
PIXIENV=slim-latest
4949
- name:
5050
run: |
51+
# actually fail when something goes wrong
52+
set -e
53+
5154
# run the docker image detached, it will start the jupyter server for us
5255
docker run -d -p 8888:8888 deltares/hydromt-binder:test
5356

0 commit comments

Comments
 (0)