Skip to content

Commit

Permalink
fixup!: try install plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Rolv-Apneseth committed Nov 12, 2024
1 parent 6069e30 commit 35268eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ jobs:
- name: Tests
run: |
if [ "$RUNNER_OS" == "macOS" ]; then
brew install docker docker-compose
brew install docker
docker plugin install compose
fi
docker compose up -d --wait
cargo test --all --verbose
Expand Down

0 comments on commit 35268eb

Please sign in to comment.