Sfoglia il codice sorgente

Use the correct build command

Matthew Mathias 4 anni fa
parent
commit
0c23a93d26
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .github/workflows/tests.yml

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

@@ -78,7 +78,7 @@ jobs:
       run: |
         xcodebuild \
           -project DaysUntilBirthday.xcodeproj \
-          test-without-building \
+          build-for-testing \
           -scheme DaysUntilBirthday\(iOS\) \
           -sdk iphonesimulator \
           -destination 'platform=iOS Simulator,name=iPhone 11'