Skip to content

Commit

Permalink
test: try and improve flaky tests
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus committed Oct 29, 2024
1 parent 6c14a13 commit 0eee097
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
ls ~/supertokens-root/supertokens-core/build/test-results/test/
cp ~/supertokens-root/supertokens-core/build/test-results/test/*.xml ~/junit/

if [[ $pluginToTest -ne "sqlite" ]]
if [[ $pluginToTest != "sqlite" ]]
then
echo "Copying output from plugin"
echo "Using path: ~/supertokens-root/supertokens-$pluginToTest-plugin/build/test-results/test/*.xml"
Expand Down

0 comments on commit 0eee097

Please sign in to comment.