mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-02-17 14:30:34 +08:00
chore: optimise github actions
This commit is contained in:
parent
04d63d844b
commit
eef254b685
3
.github/workflows/test-branches.yml
vendored
3
.github/workflows/test-branches.yml
vendored
@ -15,9 +15,6 @@ jobs:
|
||||
with:
|
||||
node-version: '12.x'
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
# needed for yarn version check, checks out entire repo
|
||||
fetch-depth: 0
|
||||
- name: Check yarn cache integrity
|
||||
run: yarn install --immutable --immutable-cache --check-cache
|
||||
- name: Build packages
|
||||
|
2
.github/workflows/test-pulls.yml
vendored
2
.github/workflows/test-pulls.yml
vendored
@ -12,8 +12,6 @@ jobs:
|
||||
with:
|
||||
node-version: '12.x'
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Check yarn cache integrity
|
||||
run: yarn install --immutable --immutable-cache
|
||||
- name: Build packages
|
||||
|
Loading…
Reference in New Issue
Block a user