-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
admin
committed
Sep 9, 2024
1 parent
7f3350b
commit a389345
Showing
1 changed file
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|