mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-15 21:38:08 +00:00
Update main.yml
This commit is contained in:
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
@ -14,5 +14,8 @@ jobs:
|
|||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: 12.x
|
node-version: 12.x
|
||||||
- run: yarn install
|
- uses: c-hive/gha-yarn-cache@v1
|
||||||
- run: yarn test
|
- name: Install JS dependencies
|
||||||
|
run: yarn install
|
||||||
|
- name: Test
|
||||||
|
run: yarn test
|
||||||
|
Reference in New Issue
Block a user