Skip to content

Commit

Permalink
Merge branch 'develop' into fix/grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
briang123 authored Aug 9, 2023
2 parents 0340df3 + f7c571d commit ab927e7
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 ab927e7

Please sign in to comment.