Skip to content

Commit

Permalink
docs: add comment about --no-TTY compose run configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Jul 26, 2024
1 parent e2751c5 commit b51c64d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ jobs:
echo "TAG_OVERRIDE=${TAG_OVERRIDE}" >> .env
# Run the tests via a pre-configured docker compose service
# For --no-TTY explanation, see: https://github.com/actions/runner-images/issues/5022
- name: Run Tests
if: ${{ ! inputs.coverage }}
run: |
Expand Down

0 comments on commit b51c64d

Please sign in to comment.