Skip to content

Commit

Permalink
ci: reorder e2e execution
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Mar 24, 2021
1 parent 356b05f commit d8ad323
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d8ad323

Please sign in to comment.