Skip to content

Commit

Permalink
feat: add quiet pull
Browse files Browse the repository at this point in the history
  • Loading branch information
f-necas committed Nov 28, 2024
1 parent 0f629d0 commit 30c0146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
submodules: 'recursive'
ref: 'rbmq-limited'
- name: Launch docker-compose
run: docker compose up -d --wait
run: docker compose up -d --wait --quiet-pull
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 30c0146

Please sign in to comment.