Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mbund authored Mar 9, 2024
1 parent ad88e63 commit dab7bc1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,13 @@ jobs:
- name: Migrate database
working-directory: rhombus
env:
DATABASE_URL: postgres://postgres:postgres@localhost/postgres
run: |
DATABASE_URL=postgres://postgres:postgres@localhost/postgres sqlx migrate run
sqlx migrate run
- name: Build
env:
DATABASE_URL: postgres://postgres:postgres@localhost/postgres
run: |
cargo build

0 comments on commit dab7bc1

Please sign in to comment.