Ver Fonte

Remove tabs from yaml.

Peter Andrews há 5 anos atrás
pai
commit
e39bbdcf71
1 ficheiros alterados com 3 adições e 3 exclusões
  1. 3 3
      .github/workflows/test.yml

+ 3 - 3
.github/workflows/test.yml

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