Skip to content

Commit

Permalink
Remove fail-fast flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Cawllec committed Sep 4, 2023
1 parent e06c3ba commit 4f10b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ services:
context: .
dockerfile: dockerfiles/Dockerfile.node
target: node-maze-runner
command: --fail-fast --retry 2
# command: --fail-fast --retry 2
environment:
<<: *common-environment
NODE_VERSION: "${NODE_VERSION:-10}"
Expand Down

0 comments on commit 4f10b09

Please sign in to comment.