Skip to content

Commit 73ccf2e

Browse files
committed
Fix name of self-hosted CI runner
1 parent f8c0ffd commit 73ccf2e

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
arch: ''
3434
build-compiler: '1'
3535
# self-hosted runner variant
36-
runner: 'skip-android-runner'
36+
runner: 'self-hosted'
3737
- swift-version: 'swift-6.2-branch'
3838
build-type: 'local'
3939
build-compiler: '0'
@@ -42,6 +42,14 @@ jobs:
4242
build-type: 'local'
4343
build-compiler: '0'
4444
runner: 'ubuntu-24.04'
45+
- swift-version: 'swift-6.2-branch'
46+
build-type: 'docker'
47+
build-compiler: '0'
48+
runner: 'ubuntu-24.04'
49+
- swift-version: 'development'
50+
build-type: 'docker'
51+
build-compiler: '0'
52+
runner: 'ubuntu-24.04'
4553
- swift-version: 'swift-6.2-branch'
4654
build-type: 'docker'
4755
build-compiler: '1'
@@ -169,6 +177,7 @@ jobs:
169177
echo 'import Android' >> Sources/DemoProject/DemoProject.swift
170178
- name: Test Demo Project on Android
171179
uses: skiptools/swift-android-action@main
180+
if: false # disabled because we aren't building Testing
172181
with:
173182
# only test for the complete arch SDK build to speed up CI
174183
#run-tests: ${{ matrix.arch == '' }}
@@ -184,7 +193,6 @@ jobs:
184193
- name: Test swift-algorithms
185194
uses: skiptools/swift-android-action@main
186195
with:
187-
run-tests: ${{ matrix.arch == '' }}
188196
package-path: swift-algorithms
189197
installed-sdk: ${{ steps.info.outputs.sdk-id }}
190198
installed-swift: ${{ steps.info.outputs.swift-root }}

0 commit comments

Comments
 (0)