Skip to content

Commit

Permalink
chore: add init step back in
Browse files Browse the repository at this point in the history
  • Loading branch information
NickBurkhartBB committed Jul 31, 2023
1 parent 33c2e1b commit e67b2a6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 10
timeout-minutes: 25

steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # pin@v3
Expand All @@ -21,3 +21,5 @@ jobs:
run: yarn build
- name: Run tests
run: yarn test
- name: Initialize react native app
run: yarn workspace @brandingbrand/code-app run init -v

0 comments on commit e67b2a6

Please sign in to comment.