Skip to content

Commit 7c7c4e4

Browse files
committed
chore: install netlify-cli in CI
1 parent 13ae1c5 commit 7c7c4e4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/e2e-appdir.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
node-version: '16'
4141
cache: 'npm'
4242
- run: npm install
43+
- name: Install Netlify CLI
44+
run: npm install -g netlify-cli
4345
- name: Run tests
4446
run: npx jest --reporters=jest-junit --reporters=default -c test/e2e/jest.config.all.js ${{ matrix.test-file }}
4547
env:

.github/workflows/e2e-next.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
node-version: '16'
4141
cache: 'npm'
4242
- run: npm install
43+
- name: Install Netlify CLI
44+
run: npm install -g netlify-cli
4345
- name: Run tests
4446
run: npx jest --reporters=jest-junit --reporters=default -c test/e2e/jest.config.all.js ${{ matrix.test-file }}
4547
env:

0 commit comments

Comments
 (0)