From 10756ff9e8fd370c863b40109601e889d7de13db Mon Sep 17 00:00:00 2001 From: lights0123 Date: Tue, 6 Oct 2020 10:51:33 -0400 Subject: [PATCH] Fix CI --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e50d99..70a878d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,7 +83,7 @@ jobs: ${{ steps.yarn-cache-dir-path.outputs.dir }} key: ${{ matrix.platform }}-yarn-${{ hashFiles('**/yarn.lock') }} restore-keys: | - ${{ matrix.platform }}-yarn- + ubuntu-18.04-yarn- - name: setup node uses: actions/setup-node@v1 with: @@ -91,5 +91,6 @@ jobs: - name: install app dependencies run: yarn - name: Build + working-directory: ./web run: | - yarn workspace web run generate + yarn generate