mirror of
https://github.com/lights0123/n-link.git
synced 2025-07-07 11:30:38 +00:00
Fix CI
This commit is contained in:
parent
787946a6dd
commit
10756ff9e8
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -83,7 +83,7 @@ jobs:
|
||||||
${{ steps.yarn-cache-dir-path.outputs.dir }}
|
${{ steps.yarn-cache-dir-path.outputs.dir }}
|
||||||
key: ${{ matrix.platform }}-yarn-${{ hashFiles('**/yarn.lock') }}
|
key: ${{ matrix.platform }}-yarn-${{ hashFiles('**/yarn.lock') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ matrix.platform }}-yarn-
|
ubuntu-18.04-yarn-
|
||||||
- name: setup node
|
- name: setup node
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
|
@ -91,5 +91,6 @@ jobs:
|
||||||
- name: install app dependencies
|
- name: install app dependencies
|
||||||
run: yarn
|
run: yarn
|
||||||
- name: Build
|
- name: Build
|
||||||
|
working-directory: ./web
|
||||||
run: |
|
run: |
|
||||||
yarn workspace web run generate
|
yarn generate
|
||||||
|
|
Loading…
Reference in a new issue