Explorar el Código

Fix typo in path for config

Matthew Mathias hace 4 años
padre
commit
509bdae542
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/tests.yml

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

@@ -80,7 +80,7 @@ jobs:
         EMAIL_SECRET : secret_fake_email@gmail.com
         PASSWORD_SECRET : foobar
       run: |
-        echo EMAIL_SECRET = $EMAIL_SECRET$'\n'PASSWORD_SECRET = $PASSWORD_SECRET >> DaysUntilBirthdayUITests(iOS)/Credentials.xcconfig
+        echo EMAIL_SECRET = $EMAIL_SECRET$'\n'PASSWORD_SECRET = $PASSWORD_SECRET >> DaysUntilBirthdayUITests\(iOS\)/Credentials.xcconfig
     - name: Build test target for Google Sign-in button for Swift
       run: |
         xcodebuild \