Skip to content

Commit 9fbd0b9

Browse files
committed
PR checks: update to only test Swift on MacOS
1 parent 8d601c3 commit 9fbd0b9

16 files changed

+29
-61
lines changed

.github/workflows/__all-platform-bundle.yml

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__build-mode-manual.yml

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__export-file-baseline-information.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__multi-language-autodetect.yml

Lines changed: 13 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__swift-custom-build.yml

Lines changed: 0 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__test-local-codeql.yml

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__unset-environment.yml

Lines changed: 10 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/debug-artifacts.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ jobs:
5252
debug: true
5353
debug-artifact-name: my-debug-artifacts
5454
debug-database-name: my-db
55-
- uses: ./../action/.github/actions/setup-swift
56-
with:
57-
codeql-path: ${{ steps.init.outputs.codeql-path }}
5855
- name: Build code
5956
shell: bash
6057
run: ./build.sh

.github/workflows/test-codeql-bundle-all.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ jobs:
4343
uses: ./../action/init
4444
with:
4545
tools: ${{ steps.prepare-test.outputs.tools-url }}
46-
- uses: ./../action/.github/actions/setup-swift
47-
with:
48-
codeql-path: ${{ steps.init.outputs.codeql-path }}
4946
- name: Build code
5047
shell: bash
5148
run: ./build.sh

pr-checks/checks/all-platform-bundle.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ steps:
88
uses: ./../action/init
99
with:
1010
tools: ${{ steps.prepare-test.outputs.tools-url }}
11-
- uses: ./../action/.github/actions/setup-swift
12-
with:
13-
codeql-path: ${{ steps.init.outputs.codeql-path }}
1411
- name: Build code
1512
shell: bash
1613
run: ./build.sh

0 commit comments

Comments
 (0)