Skip to content

Commit

Permalink
generate test data after prebuild to avoid deleting the file
Browse files Browse the repository at this point in the history
  • Loading branch information
stalgiag committed Jan 6, 2025
1 parent 0c9a98a commit b9b30ff
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ios-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ jobs:
- name: Install dependencies
run: yarn install

- name: Generate test data
run: yarn generate-test-data

- name: Test build setup
shell: bash
run: |
Expand All @@ -36,4 +33,5 @@ jobs:
exit 1
fi
cd ..
yarn generate-test-data
yarn expo run:ios --configuration Debug --no-build-cache

0 comments on commit b9b30ff

Please sign in to comment.