forked from github/plane
wip
This commit is contained in:
parent
66cfb7b205
commit
ce70aa7349
11
.github/workflows/build-test-pull-request.yml
vendored
11
.github/workflows/build-test-pull-request.yml
vendored
@ -21,10 +21,13 @@ jobs:
|
|||||||
node-version: 18.x
|
node-version: 18.x
|
||||||
# cache: "yarn"
|
# cache: "yarn"
|
||||||
|
|
||||||
- name: Run install
|
- name: Enabling Corepack
|
||||||
uses: borales/actions-yarn@v4
|
run: corepack enable
|
||||||
with:
|
|
||||||
cmd: corepack enable && install # will run `yarn install` command
|
# - name: Run install
|
||||||
|
# uses: borales/actions-yarn@v4
|
||||||
|
# with:
|
||||||
|
# cmd: install # will run `yarn install` command
|
||||||
|
|
||||||
- name: Get changed files
|
- name: Get changed files
|
||||||
id: changed-files
|
id: changed-files
|
||||||
|
Loading…
Reference in New Issue
Block a user