mirror of
https://github.com/sasjs/adapter.git
synced 2025-12-11 01:14:36 +00:00
ci: jobs
This commit is contained in:
1
.github/workflows/build-unit-tests.yml
vendored
1
.github/workflows/build-unit-tests.yml
vendored
@@ -20,7 +20,6 @@ jobs:
|
|||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
cache: 'none'
|
|
||||||
|
|
||||||
# 2. Restore npm cache manually
|
# 2. Restore npm cache manually
|
||||||
- name: Restore npm cache
|
- name: Restore npm cache
|
||||||
|
|||||||
1
.github/workflows/server-tests.yml
vendored
1
.github/workflows/server-tests.yml
vendored
@@ -20,7 +20,6 @@ jobs:
|
|||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
cache: 'none'
|
|
||||||
|
|
||||||
# 2. Restore npm cache manually
|
# 2. Restore npm cache manually
|
||||||
- name: Restore npm cache
|
- name: Restore npm cache
|
||||||
|
|||||||
Reference in New Issue
Block a user