Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
ARUHA-2687 Remove failfast
Browse files Browse the repository at this point in the history
  • Loading branch information
antban committed Jan 23, 2020
1 parent b7cc7f8 commit 953c05e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions delivery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pipeline:
./gradlew checkstyle --stacktrace
- desc: Test
cmd: |
./gradlew test --fail-fast --stacktrace
./gradlew test --stacktrace
- id: acceptance-test
overlay: ci/java
type: script
Expand All @@ -19,7 +19,7 @@ pipeline:
pip install docker-compose==1.24.1
- desc: Acceptance Test
cmd: |
./gradlew fullAcceptanceTest --fail-fast --stacktrace
./gradlew fullAcceptanceTest --stacktrace
- id: build-push
overlay: ci/java
type: script
Expand Down

0 comments on commit 953c05e

Please sign in to comment.