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
|
||||
# cache: "yarn"
|
||||
|
||||
- name: Run install
|
||||
uses: borales/actions-yarn@v4
|
||||
with:
|
||||
cmd: corepack enable && install # will run `yarn install` command
|
||||
- name: Enabling Corepack
|
||||
run: corepack enable
|
||||
|
||||
# - name: Run install
|
||||
# uses: borales/actions-yarn@v4
|
||||
# with:
|
||||
# cmd: install # will run `yarn install` command
|
||||
|
||||
- name: Get changed files
|
||||
id: changed-files
|
||||
|
Loading…
Reference in New Issue
Block a user