We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 088513f commit 5d8ef80Copy full SHA for 5d8ef80
1 file changed
.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
10
build:
11
runs-on: macos-15
12
steps:
13
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
14
- name: "Lint"
15
run: make lint
16
- name: "Run tests (PACKAGE_MANAGER_COMMAND: test)"
@@ -68,7 +68,7 @@ jobs:
68
build-linux:
69
runs-on: ubuntu-latest
70
71
72
- name: Install
73
run: |
74
sudo apt-get update -qq
@@ -82,6 +82,9 @@ jobs:
82
build-android:
83
84
85
86
- - name: Run tests
+ - name: Run tests on Android
87
uses: skiptools/swift-android-action@v2
88
+ with:
89
+ # Ubuntu runners low on space causes the emulator to fail to install
90
+ free-disk-space: true
0 commit comments