Skip to content

Commit

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

do it
  • Loading branch information
jk0 authored May 16, 2024
2 parents b5a80ce + ac3cdd4 commit 6ed706e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: "./.github/actions/run_yarn"
- uses: borales/actions-yarn@v4
with:
cmd: add && yarn ci:lint
cmd: add -W && yarn ci:lint
build:
runs-on: ubuntu-latest
env:
Expand All @@ -43,4 +43,4 @@ jobs:
- uses: "./.github/actions/run_yarn"
- uses: borales/actions-yarn@v4
with:
cmd: add && yarn build
cmd: add -W && yarn build

0 comments on commit 6ed706e

Please sign in to comment.