Skip to content

Commit

Permalink
Use docker compose instead of docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
aramprice committed Sep 4, 2024
1 parent 4d49106 commit 155a28f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/run-test-pyramid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: |
export PATH=/usr/libexec/docker/cli-plugins:$PATH
docker-compose run bbr-unit
- run: docker compose run bbr-unit

0 comments on commit 155a28f

Please sign in to comment.