Skip to content

Commit

Permalink
GitHub Actions: remove package-installation steps; Docker Compose v2 …
Browse files Browse the repository at this point in the history
…should be available in the runner image
  • Loading branch information
jayaddison committed Aug 9, 2024
1 parent 31d769a commit d9e5153
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
COVERALLS_GIT_BRANCH: ${{ github.ref }}
steps:
- run: sudo apt update
- run: sudo apt install -y docker-compose-plugin
- uses: actions/checkout@v4
- name: Build containers
run: docker compose -f ./docker-compose.yml -f ./docker-compose.ci.yml build --parallel
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- run: sudo apt update
- run: sudo apt install -y docker-compose-plugin
- uses: actions/checkout@v4
- name: Build containers
run: docker compose -f ./docker-compose.yml -f ./docker-compose.ci.yml build --parallel
Expand Down

0 comments on commit d9e5153

Please sign in to comment.