Skip to content

Commit

Permalink
ci: verify no dirty files created during switch
Browse files Browse the repository at this point in the history
  • Loading branch information
c-git committed Dec 23, 2024
1 parent 039374f commit 912affa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/shuttle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
steps:
- uses: wykies/checkout@main
- uses: wykies/setup-rust-toolchain@main
- name: Load sqlx query files for standalone version
run: cargo run --bin switch-db -- standalone
- name: Load sqlx query files for shuttle version
run: cargo run --bin switch-db -- --no-edit-only-copy shuttle
- name: Download and install Trunk binary
run: wget -qO- https://github.com/thedodd/trunk/releases/latest/download/trunk-x86_64-unknown-linux-gnu.tar.gz | tar -xzf-
- uses: shuttle-hq/deploy-action@v2
Expand Down

0 comments on commit 912affa

Please sign in to comment.