Skip to content

Commit

Permalink
ci: try automatically re-running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus committed Oct 28, 2024
1 parent 6d32f48 commit 96bf20a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/doTests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ do

# TODO: remove before merging, this is here to make testing the scripts quicker
sed -i -e "s/\.\/gradlew test/\.\/gradlew test \$GRADLE_ARGS/" startTestEnv
./startTestingEnv --cicd
GRADLE_ARGS=$GRADLE_ARGS ./startTestingEnv --cicd

if [[ $? -ne 0 ]]
then
Expand Down

0 comments on commit 96bf20a

Please sign in to comment.