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