Skip to content

Commit

Permalink
fix(ci): example migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyko committed Oct 9, 2023
1 parent 621a33a commit 414e946
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ jobs:
docker compose -f ./test/docker-compose.yml up -d --wait
- name: Run Migrations
working-directory: ./test
env:
RUST_LOG: debug
SCYLLA_NODES: 172.42.0.2,172.42.0.3,172.42.0.4
Expand All @@ -115,9 +116,6 @@ jobs:
SCYLLA_DEFAULT_KEYSPACE: scyllax
run: cargo run -p example

- name: Run Unit Tests
run: cargo make cov-ci

- name: Stop the cluster
if: ${{ always() }}
run: docker compose -f ./test/docker-compose.yml stop
Expand Down

0 comments on commit 414e946

Please sign in to comment.