Skip to content

Commit

Permalink
fix(cicd): issue with docker compose (#69)
Browse files Browse the repository at this point in the history
- change to `docker compose`
  • Loading branch information
sjrusso8 authored Aug 8, 2024
1 parent 386a430 commit b25c938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- uses: Swatinem/rust-cache@v2

- name: Start emulated services
run: docker-compose up -d
run: docker compose up -d

- name: Run tests
run: cargo test -p spark-connect-core --features polars,datafusion

0 comments on commit b25c938

Please sign in to comment.