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 Sep 19, 2023
1 parent 6e997d1 commit 8057184
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/compose_run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
docker-compose -f docker-compose.test.yml exec -T -e CI=true $ci_env ${{ inputs.application-name }} ${{ inputs.cmd}}
- name: upload artifact
# uploads only if run failed
if: ${{ failure() && inputs.artifacts_path != '' }}
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 8057184

Please sign in to comment.