Skip to content

Commit

Permalink
Merge pull request #2636 from NickBurkhartBB/pr-action
Browse files Browse the repository at this point in the history
chore: simplify pr test
  • Loading branch information
jasonmosley authored Jul 31, 2023
2 parents 6480551 + f285b15 commit f7c571d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

name: PR Test

on: [ push, pull_request ]
on: [pull_request]

jobs:
build:

runs-on: macos-latest
runs-on: ubuntu-latest
timeout-minutes: 25

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

0 comments on commit f7c571d

Please sign in to comment.