Skip to content

Commit

Permalink
Merge pull request #9 from robandpdx-org/convert-facebook-react-nativ…
Browse files Browse the repository at this point in the history
…e-website-to-actions

do it
  • Loading branch information
jk0 authored May 16, 2024
2 parents 286c3d6 + 1f1a255 commit aa379b3
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,12 @@ jobs:
cache: yarn
- uses: "./.github/actions/restore_cache_checkout"
- uses: "./.github/actions/run_yarn"
- run: |
yarn update
yarn ci:lint
- uses: borales/actions-yarn@v4
with:
cmd: install
- uses: borales/actions-yarn@v4
with:
cmd: yarn ci:lint
build:
runs-on: ubuntu-latest
env:
Expand All @@ -41,6 +44,9 @@ jobs:
cache: yarn
- uses: "./.github/actions/restore_cache_checkout"
- uses: "./.github/actions/run_yarn"
- run: |
yarn update
yarn build
- uses: borales/actions-yarn@v4
with:
cmd: install
- uses: borales/actions-yarn@v4
with:
cmd: yarn build

0 comments on commit aa379b3

Please sign in to comment.