diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index ffd58e5d..cd90a585 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -79,13 +79,13 @@ jobs: -destination 'platform=iOS Simulator,name=iPhone 15,OS=17.4' \ EMAIL_SECRET=$EMAIL_SECRET \ PASSWORD_SECRET=$PASSWORD_SECRET \ - -resultBundlePath Samples/Swift/DaysUntilBirthday/DaysUntilBirthdayArtifacts + -resultBundlePath Samples/Swift/DaysUntilBirthday/TestArtifacts - name: Wait for xcresult file run: sleep 30 - name: Create path for artifacts - run: mkdir -p DaysUntilBirthdayArtifacts + run: mkdir -p TestArtifacts - name: Make fake file. - run: echo hello > ./DaysUntilBirthdayArtifacts/world.txt + run: echo hello > ./TestArtifacts/world.txt - name: List files run: ls -R - name: Current path @@ -95,7 +95,7 @@ jobs: if: ${{ always() }} with: name: DaysUntilBirthday-${{ github.run_number }}.xcresult - path: Samples/Swift/DaysUntilBirthday/DaysUntilBirthdayArtifacts + path: Samples/Swift/DaysUntilBirthday/TestArtifacts app-check-api-token-tests: runs-on: macOS-13