Skip to content

Commit b3a898e

Browse files
authored
Disable SwiftUI button test for now (#175)
1 parent bce8007 commit b3a898e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
workflow_dispatch:
1111

1212
jobs:
13-
13+
1414
pod-lib-lint:
1515
runs-on: ${{ matrix.os }}
1616
strategy:
@@ -67,6 +67,7 @@ jobs:
6767
test-without-building
6868
6969
swift-button-functional-test:
70+
if: ${{ false }} # Disable integration tests while we figure out OTAs
7071
runs-on: macOS-latest
7172
defaults:
7273
run:

0 commit comments

Comments
 (0)