Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Elena Henderson committed Apr 8, 2021
1 parent 662e84e commit ed205bb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .buildkite/conbench-test/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ steps:
depends_on: "build"
command: docker-compose run app pytest -vv conbench/tests/

- label: "Test migrates"
- label: "Test Migrates"
key: "test-migrates"
depends_on: "test"
command: docker-compose run migration
command:
- docker-compose down
- docker-compose run migration

# This makes sure that deploys are triggered in the same order as the
# test builds, no matter which test builds finish first.
Expand Down

0 comments on commit ed205bb

Please sign in to comment.