fix(build): broken e2e build flow

This commit is contained in:
Phan An 2021-01-03 20:06:22 +01:00
parent 6b87deb2ee
commit e6cd93afd1

View file

@ -20,14 +20,14 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: 14
- name: Lint
run: yarn lint
- name: Yarn install and lint
run: |
yarn install
yarn lint
- name: Install submodule dependencies
working-directory: ./resources/assets
run: yarn install
- name: Build the client application
run: |
yarn install
yarn build --no-progress
run: yarn build --no-progress
- name: Run E2E tests
run: yarn test:e2e:ci