Update react.yml

This commit is contained in:
cedricve
2020-12-28 15:11:37 +01:00
parent 2ae71b8a67
commit d51fc28337

View File

@@ -9,10 +9,6 @@ on:
pull_request:
branches: [ develop, master ]
defaults:
run:
working-directory: ./frontend
jobs:
build:
@@ -28,6 +24,8 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Change directory
run: cd frontend
- uses: borales/actions-yarn@v2.3.0
with:
cmd: install # will run `yarn install` command