mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2024-12-21 05:53:06 +00:00
Caching yarn dependencies
This commit is contained in:
parent
e2f4d67a30
commit
cffd8d79a9
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -17,12 +17,12 @@ jobs:
|
||||
name: Node ${{ matrix.node }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Setup ${{ matrix.node }}
|
||||
- name: Setup Node ${{ matrix.node }}
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: ${{ matrix.node }}
|
||||
- uses: c-hive/gha-yarn-cache@v1
|
||||
cache: 'yarn'
|
||||
- name: Install JS dependencies
|
||||
run: yarn install
|
||||
run: yarn install --frozen-lockfile --immutable
|
||||
- name: Test
|
||||
run: yarn test
|
||||
|
Loading…
Reference in New Issue
Block a user