We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13ae1c5 commit 7c7c4e4Copy full SHA for 7c7c4e4
.github/workflows/e2e-appdir.yml
@@ -40,6 +40,8 @@ jobs:
40
node-version: '16'
41
cache: 'npm'
42
- run: npm install
43
+ - name: Install Netlify CLI
44
+ run: npm install -g netlify-cli
45
- name: Run tests
46
run: npx jest --reporters=jest-junit --reporters=default -c test/e2e/jest.config.all.js ${{ matrix.test-file }}
47
env:
.github/workflows/e2e-next.yml
0 commit comments