diff options
| -rw-r--r-- | .github/actions/ios/setup-project-toolchain/action.yml | 1 | ||||
| -rw-r--r-- | .github/workflows/ios-screenshots-tests.yml | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/.github/actions/ios/setup-project-toolchain/action.yml b/.github/actions/ios/setup-project-toolchain/action.yml index 3a3aede167..78cd24b1b9 100644 --- a/.github/actions/ios/setup-project-toolchain/action.yml +++ b/.github/actions/ios/setup-project-toolchain/action.yml @@ -58,4 +58,3 @@ runs: for file in *.xcconfig.template ; do cp $file ${file//.template/} ; done working-directory: ios/Configurations shell: bash - diff --git a/.github/workflows/ios-screenshots-tests.yml b/.github/workflows/ios-screenshots-tests.yml index ce301c3c2d..9d007ea634 100644 --- a/.github/workflows/ios-screenshots-tests.yml +++ b/.github/workflows/ios-screenshots-tests.yml @@ -23,11 +23,11 @@ jobs: env: SOURCE_PACKAGES_PATH: .spm TEST_ACCOUNT: ${{ secrets.IOS_TEST_ACCOUNT_NUMBER }} - + steps: - name: Checkout repository uses: actions/checkout@v4 - + - name: Setup project uses: ./.github/actions/ios/setup-project-toolchain |
