Prechádzať zdrojové kódy

Disable SwiftUI button test for now (#175)

mdmathias 3 rokov pred
rodič
commit
b3a898e06a
1 zmenil súbory, kde vykonal 2 pridanie a 1 odobranie
  1. 2 1
      .github/workflows/tests.yml

+ 2 - 1
.github/workflows/tests.yml

@@ -10,7 +10,7 @@ on:
   workflow_dispatch:
   workflow_dispatch:
 
 
 jobs:
 jobs:
-
+    
   pod-lib-lint:
   pod-lib-lint:
     runs-on: ${{ matrix.os }}
     runs-on: ${{ matrix.os }}
     strategy:
     strategy:
@@ -67,6 +67,7 @@ jobs:
           test-without-building
           test-without-building
 
 
   swift-button-functional-test:
   swift-button-functional-test:
+    if: ${{ false }} # Disable integration tests while we figure out OTAs
     runs-on: macOS-latest
     runs-on: macOS-latest
     defaults:
     defaults:
       run:
       run: