Skip to content

Commit

Permalink
fix gh workflow (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdb authored Aug 17, 2023
1 parent a6fc0ee commit a48427c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Install Cargo Plugins
run: cargo binstall --no-confirm cargo-make cargo-insta sqlx-cli
- name: Create db file
run: "touch /tmp/data.db && cd hifirs && cargo sqlx database reset -y"
run: "touch /tmp/data.db && cd hifirs && sqlx database reset -y"
env:
DATABASE_URL: "sqlite:///tmp/data.db"
- name: Build app
Expand Down

0 comments on commit a48427c

Please sign in to comment.