Skip to content

Commit 938e447

Browse files
committed
Potential solve for exercism#326 and journey-test passing when they fail
1 parent 64a0683 commit 938e447

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

bin/run-journey-test-from-ci.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/bin/bash
22

3+
trap 'exit 1' ERR
34
bin/build-jq.sh
45

56
pr_files_json=`curl -s https://api.github.com/repos/exercism/java/pulls/${TRAVIS_PULL_REQUEST}/files`

bin/unit-tests.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env bash
2-
set -e
2+
trap 'exit 1' ERR
3+
34
./gradlew --version
45

56
echo ""

0 commit comments

Comments
 (0)