diff --git a/.circleci/config.yml b/.circleci/config.yml index 36f01d43fa2..49365e0d017 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -103,12 +103,12 @@ jobs: - run: ./test/e2e/circle-ci.bash memory - run: ./test/e2e/circle-ci.bash memory-jwt - - run: ./test/e2e/circle-ci.bash postgres - - run: ./test/e2e/circle-ci.bash postgres-jwt - run: ./test/e2e/circle-ci.bash cockroach - run: ./test/e2e/circle-ci.bash cockroach-jwt - run: ./test/e2e/circle-ci.bash mysql - run: ./test/e2e/circle-ci.bash mysql-jwt + - run: ./test/e2e/circle-ci.bash postgres + - run: ./test/e2e/circle-ci.bash postgres-jwt workflows: bdt: