Skip to content

Commit

Permalink
add no progress to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
UncleGedd committed May 28, 2024
1 parent 6e9bc4c commit 4480ea6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-ghcr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: Run e2e tests
run: |
build/uds run test:e2e-ghcr
build/uds run test:e2e-ghcr --no-progress
env:
GITHUB_TOKEN: secrets.GITHUB_TOKEN

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-e2e-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Run e2e tests
run: |
build/uds run test:e2e-no-ghcr-write
build/uds run test:e2e-no-ghcr-write --no-progress
- name: Save logs
if: always()
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: ./.github/actions/install-uds-cli

- name: Run unit tests
run: uds run test:unit
run: uds run test:unit --no-progress

- name: Save logs
if: always()
Expand Down

0 comments on commit 4480ea6

Please sign in to comment.