Silence all swift runs

This commit is contained in:
Stefan Ceriu
2026-03-02 12:29:07 +02:00
committed by Stefan Ceriu
parent 1fa9ca7811
commit ad96bbc71a
6 changed files with 8 additions and 8 deletions

View File

@@ -24,7 +24,7 @@ jobs:
run: source ci_scripts/ci_common.sh && setup_github_actions_environment
- name: Run tests
run: swift run tools ci accessibility-tests
run: swift run -q tools ci accessibility-tests
- name: Archive artifacts
uses: actions/upload-artifact@v7

View File

@@ -25,7 +25,7 @@ jobs:
source ci_scripts/ci_common.sh && setup_github_actions_environment
- name: Bump the CalVer if needed
run: swift run tools bump-calendar-version
run: swift run -q tools bump-calendar-version
- name: Create a PR for the new version
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0

View File

@@ -25,7 +25,7 @@ jobs:
source ci_scripts/ci_common.sh && setup_github_actions_environment
- name: Run tests
run: swift run tools ci integration-tests
run: swift run -q tools ci integration-tests
env:
INTEGRATION_TESTS_HOST: ${{ secrets.INTEGRATION_TESTS_HOST }}
INTEGRATION_TESTS_USERNAME: ${{ secrets.INTEGRATION_TESTS_USERNAME }}

View File

@@ -21,13 +21,13 @@ jobs:
source ci_scripts/ci_common.sh && setup_github_actions_translations_environment
- name: Download All Translations
run: swift run tools download-strings --all-languages
run: swift run -q tools download-strings --all-languages
- name: Verify Translations
run: swift run tools locheck
run: swift run -q tools locheck
- name: SAS Translations
run: swift run tools generate-sas
run: swift run -q tools generate-sas
- name: Create PR for Translations
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0

View File

@@ -37,7 +37,7 @@ jobs:
if [[ -n "${{ github.event.inputs.test_name }}" ]]; then
args+=( --test-name "${{ github.event.inputs.test_name }}")
fi
swift run tools ci ui-tests "${args[@]}"
swift run -q tools ci ui-tests "${args[@]}"
- name: Archive artifacts
uses: actions/upload-artifact@v7

View File

@@ -32,7 +32,7 @@ jobs:
run: source ci_scripts/ci_common.sh && setup_github_actions_environment
- name: Configure Enterprise
run: swift run pipeline configure-element-pro
run: swift run -q pipeline configure-element-pro
- name: Run tests
run: swift run -q tools ci unit-tests --skip-previews