Skip to content

Commit

Permalink
Update compose_run.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
stereosupersonic committed Jul 10, 2023
1 parent 366653a commit 3ea8722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compose_run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
if: ${{ inputs.code_coverage }}
run: |
ci_env=`bash <(curl -s https://codecov.io/env)`
docker-compose -f docker-compose.test.yml exec -T -e CI=true $ci_env ${{ inputs.application-name }} ${{ inputs.cmd}}
docker-compose -f docker-compose.test.yml exec -T -e CI=true $ci_env ${{ inputs.application-name }} ${{ inputs.cmd}}
- name: Stop containers
if: always()
Expand Down

0 comments on commit 3ea8722

Please sign in to comment.