File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -59,20 +59,20 @@ jobs:
5959 # Can't test on Windows, uses NIO
6060 # Can't test Musl because of FluentBenchmarks and SQLKitBenchmarks
6161
62- android-unit :
63- if : ${{ !(github.event.pull_request.draft || false) }}
64- strategy :
65- fail-fast : false
66- matrix :
67- swift-version :
68- - 6.1
69- runs-on : ubuntu-latest
70- timeout-minutes : 60
71- steps :
72- - name : Check out code
73- uses : actions/checkout@v4
74- - name : Run unit tests
75- uses : skiptools/swift-android-action@v2
76- with :
77- swift-version : ${{ matrix.swift-version }}
78- swift-test-flags : --enable-all-traits
62+ # android-unit:
63+ # if: ${{ !(github.event.pull_request.draft || false) }}
64+ # strategy:
65+ # fail-fast: false
66+ # matrix:
67+ # swift-version:
68+ # - 6.1
69+ # runs-on: ubuntu-latest
70+ # timeout-minutes: 60
71+ # steps:
72+ # - name: Check out code
73+ # uses: actions/checkout@v4
74+ # - name: Run unit tests
75+ # uses: skiptools/swift-android-action@v2
76+ # with:
77+ # swift-version: ${{ matrix.swift-version }}
78+ # swift-test-flags: --enable-all-traits
You can’t perform that action at this time.
0 commit comments