Skip to content

Commit 16c8203

Browse files
FridaTveitsjwarner-bp
authored andcommitted
Fix journey test (exercism#1064)
* Temporary commit to test journey test fix * Fix journey test Make sure run-journey-test-from-ci doesn't try to run settings.gradle as an exercise. * Revert "Temporary commit to test journey test fix" This reverts commit eb0d5dd.
1 parent c41e477 commit 16c8203

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ for file in $modded_files
1717
do if [[ $file == exercises* ]] || [[ $file == config.json ]]
1818
then
1919
for file2 in $modded_files
20-
do if [[ $file2 == exercises* ]]
20+
do if [[ $file2 == exercises* ]] && [[ $file2 != exercises/settings.gradle ]]
2121
then modded_exercise=${file2#exercises/}
2222
modded_exercise=${modded_exercise%%/*}
2323
if [[ $last_modded_exercise != $modded_exercise ]]

0 commit comments

Comments
 (0)