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 c9a9cd7 commit 8dc6806
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 @@ -174,7 +174,7 @@ do
echo "Prepared arguments for Gradle: $GRADLE_ARGS"

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

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

0 comments on commit 8dc6806

Please sign in to comment.