Skip to content

Commit 78d343b

Browse files
committed
ci: add workflow for running the eslint plugin e2e tests
This change adds a workflow for PR builds, that runs the e2e tests for `eslint-plugin-react-hooks` created in #32396
1 parent 87ade85 commit 78d343b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/eslint_plugin_e2e_tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,10 @@ jobs:
4747
- run: yarn install --frozen-lockfile
4848
- name: Build plugin
4949
working-directory: fixtures/eslint-v${{ matrix.eslint_major }}
50-
run: node build.mjs
50+
run: |
51+
ls -la
52+
node build.mjs
53+
- run: ls -la build/node_modules
5154
- name: Install fixture dependencies
5255
working-directory: ./fixtures/eslint-v${{ matrix.eslint_major }}
5356
run: yarn --frozen-lockfile

0 commit comments

Comments
 (0)