Explorar el Código

Correct and reformat yaml.

Peter Andrews hace 5 años
padre
commit
5fff5fc8ae
Se han modificado 1 ficheros con 6 adiciones y 4 borrados
  1. 6 4
      .github/workflows/test.yml

+ 6 - 4
.github/workflows/test.yml

@@ -22,7 +22,9 @@ jobs:
     - name: Initialize xcodebuild
       run: xcodebuild -list
     - name: Run unit test target
-      run: xcodebuild -scheme GoogleSignIn \
-                      -sdk 'iphonesimulator' \
-		      -destination 'platform=iOS Simulator,name=iPhone 11' \
-		      test
+      run: |
+        xcodebuild \
+	  -scheme GoogleSignIn \
+          -sdk 'iphonesimulator' \
+	  -destination 'platform=iOS Simulator,name=iPhone 11' \
+	  test