Skip to content

Commit

Permalink
build: switch to compose v2
Browse files Browse the repository at this point in the history
  • Loading branch information
berezovskyi authored Oct 4, 2024
1 parent ab183dd commit 4b23e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: 'Build :: Bugzilla adaptor'
run: |
mvn -B clean verify --file adaptor-bugzilla/pom.xml
- uses: isbang/compose-action@v1.4.1
- uses: "isbang/compose-action@v2.0.2"
with:
compose-file: "./adaptor-bugzilla/docker-compose.yml"
- name: Run Postman tests
Expand Down

0 comments on commit 4b23e85

Please sign in to comment.