Skip to content

Commit

Permalink
fix(ci): example migrations path
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyko committed Oct 9, 2023
1 parent 414e946 commit 66c3de0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,10 @@ 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
run: cargo run -p scyllax-cli -- migrate run
run: cd test && cargo run -p scyllax-cli -- migrate run

- name: Run Example
env:
Expand Down

0 comments on commit 66c3de0

Please sign in to comment.