Skip to content

Commit 497fe86

Browse files
authored
fix: skip postgres tests (#857)
* fix: skip postgres tests * fix: typo
1 parent a97b7e8 commit 497fe86

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.circleci/doTests.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,12 @@ do
8686

8787
i=$((i+1))
8888

89+
if [[ $currPinnedDb == "postgresql" ]]
90+
then
91+
echo "Skipping postgresql tests..."
92+
continue
93+
fi
94+
8995
if [[ $currPinnedDb == "sqlite" ]]
9096
then
9197
# shellcheck disable=SC2034

0 commit comments

Comments
 (0)