Skip to content

Commit

Permalink
Migrate command
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Bendel authored and Chris Bendel committed Mar 19, 2024
1 parent 19acc45 commit 1eb773c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Build and run docker
run: docker compose up -d
- name: Run migrations
run: docker compose exec api "bin/rails db:migrate"
run: docker compose exec api bundle exec rake db:migrate
- name: Wait for api to boot
working-directory: frontend
run: yarn run wait-on http://localhost:4006/api/v1/openapi.json
Expand Down

0 comments on commit 1eb773c

Please sign in to comment.