Skip to content

Commit

Permalink
Change directory name.
Browse files Browse the repository at this point in the history
  • Loading branch information
brnnmrls committed Nov 16, 2024
1 parent 5c2be7d commit e3b3fa2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit e3b3fa2

Please sign in to comment.