chore: run frontend CI commands in the correct path

This commit is contained in:
Jefferson Girão
2020-02-03 11:52:06 +01:00
parent cc1e7a25d2
commit d734583520
+2
View File
@@ -17,9 +17,11 @@ jobs:
- uses: actions/checkout@v1
- name: use node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
working-directory: ./frontend
with:
node-version: ${{ matrix.node-version }}
- name: yarn install, build, and test
working-directory: ./frontend
run: |
yarn install
yarn build --if-present