Skip to content

Commit

Permalink
CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
“Giems” committed Feb 19, 2024
1 parent 790c51f commit 8772618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/connect-test-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
docker-compose down
rm -rf .infra/target
docker-compose up -d --no-deps --force-recreate --remove-orphans
cargo run --bin tables_migration
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand All @@ -50,7 +51,6 @@ jobs:
( docker-compose logs --follow & ) | grep -q "database system is ready to accept connections"
- name: run cargo test
run: |
cargo run --bin tables_migration
cargo test
cargo run --bin nightly-connect-server &
- name: test base local
Expand Down

0 comments on commit 8772618

Please sign in to comment.