Skip to content

Commit

Permalink
New path.
Browse files Browse the repository at this point in the history
  • Loading branch information
brnnmrls committed Nov 15, 2024
1 parent efc9888 commit cb0c9af
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ jobs:
-sdk iphonesimulator \
-destination 'platform=iOS Simulator,name=iPhone 15,OS=17.4' \
EMAIL_SECRET=$EMAIL_SECRET \
PASSWORD_SECRET=$PASSWORD_SECRET
PASSWORD_SECRET=$PASSWORD_SECRET \
-resultBundlePath Samples/Swift/DaysUntilBirthday/DaysUntilBirthday.xcresult
- name: Wait for xcresult file
run: sleep 30
- name: List files
Expand All @@ -88,7 +89,7 @@ jobs:
if: ${{ always() }}
with:
name: DaysUntilBirthday-${{ github.run_number }}.xcresult
path: Samples/Swift/DaysUntilBirthday
path: Samples/Swift/DaysUntilBirthday/DaysUntilBirthday.xcresult

app-check-api-token-tests:
runs-on: macOS-13
Expand Down

0 comments on commit cb0c9af

Please sign in to comment.