Skip to content

Commit

Permalink
Avoid to run the check-quality job
Browse files Browse the repository at this point in the history
  • Loading branch information
admin committed Sep 9, 2024
1 parent 7f3350b commit a389345
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ jobs:
./run-vm-shell-command.sh sonoma-fake-pillarbox "cd ~/_repo && rm -rf Configuration"
./run-vm-shell-command.sh sonoma-fake-pillarbox "cd ~/_repo && Scripts/checkout-configuration.sh https://[email protected]/SRGSSR/pillarbox-apple-configuration.git dad52a4242c7997c179073caec03b8d6e718fc03 Configuration"
./run-vm-shell-command.sh sonoma-fake-pillarbox "cd ~/_repo && make setup"
check-quality:
needs: install-tools
runs-on:
labels: [tart, macos]
steps:
- name: Run the quality check
run: |
~/macos-ci-setup/run-vm-shell-command.sh sonoma-fake-pillarbox "cd ~/_repo && make check-quality"
# check-quality:
# needs: install-tools
# runs-on:
# labels: [tart, macos]
# steps:
# - name: Run the quality check
# run: |
# ~/macos-ci-setup/run-vm-shell-command.sh sonoma-fake-pillarbox "cd ~/_repo && make check-quality"

run-streams:
needs: install-tools
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
clean:
runs-on:
labels: [tart, macos]
needs: [install-tools, check-quality, run-streams, test-ios, test-tvos]
needs: [install-tools, run-streams, test-ios, test-tvos] # [install-tools, check-quality, run-streams, test-ios, test-tvos]
if: always()
steps:
- name: Stop and remove the VM
Expand Down

0 comments on commit a389345

Please sign in to comment.