Skip to content

Commit f2b5d6b

Browse files
committed
running tests on current branch
1 parent d16f4de commit f2b5d6b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/doTests.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ do
115115
cd ../supertokens-plugin-interface
116116
git checkout $currTag
117117
cd ../supertokens-postgresql-plugin
118-
git checkout dev-v$pluginVersion
118+
#git checkout dev-v$pluginVersion
119+
git checkout "test-cicd/upgrade-postgresql-to-13"
119120
cd ../
120121
echo $SUPERTOKENS_API_KEY > apiPassword
121122
./startTestingEnv --cicd

0 commit comments

Comments
 (0)