Skip to content

Commit

Permalink
chore: move dev containers to compose.dev.yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
psanders committed Feb 12, 2024
1 parent 0eb09cc commit 1478dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- name: SIP Connect v1.1 Compliance Tests
if: github.event.inputs.skip_tests == 'false'
run: |
docker-compose up --build --abort-on-container-exit --exit-code-from compliance
docker-compose -f compose.yaml -f compose.dev.yaml up --build --abort-on-container-exit --exit-code-from compliance
publish-to-docker-hub:
name: Publish to Docker Hub
Expand Down

0 comments on commit 1478dda

Please sign in to comment.