Skip to content

Commit

Permalink
refactor: remove unnecessary -t
Browse files Browse the repository at this point in the history
  • Loading branch information
guidojw committed Oct 13, 2023
1 parent 1596187 commit b291096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Test
run: |
mkdir coverage
docker run -e CI=true -e COVERAGE=true -v "$(pwd)"'/coverage:/opt/app/coverage' -t app yarn test:ember
docker run -e CI=true -e COVERAGE=true -v "$(pwd)"'/coverage:/opt/app/coverage' app yarn test:ember
- name: Upload coverage report to Codecov
if: ${{ !cancelled() }}
Expand Down

0 comments on commit b291096

Please sign in to comment.