ci: Add comment to yarn setup step for clarity
This commit is contained in:
parent
a2aa400a71
commit
17df78b566
4
.github/workflows/integration-test.yaml
vendored
4
.github/workflows/integration-test.yaml
vendored
@ -49,7 +49,7 @@ jobs:
|
|||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: '20'
|
node-version: '20'
|
||||||
- name: Setup yarn
|
- name: Setup yarn # Needed for the redlock package
|
||||||
run: npm install -g yarn
|
run: npm install -g yarn
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
@ -97,7 +97,7 @@ jobs:
|
|||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: '20'
|
node-version: '20'
|
||||||
- name: Setup yarn
|
- name: Setup yarn # Needed for the redlock package
|
||||||
run: npm install -g yarn
|
run: npm install -g yarn
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user