Skip to content

Commit

Permalink
ci: add workflow for running the eslint plugin e2e tests
Browse files Browse the repository at this point in the history
This change adds a workflow for PR builds, that runs the e2e tests for `eslint-plugin-react-hooks` created in #32396
  • Loading branch information
michaelfaith committed Feb 16, 2025
1 parent 87ade85 commit 78d343b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/eslint_plugin_e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@ jobs:
- run: yarn install --frozen-lockfile
- name: Build plugin
working-directory: fixtures/eslint-v${{ matrix.eslint_major }}
run: node build.mjs
run: |
ls -la
node build.mjs
- run: ls -la build/node_modules
- name: Install fixture dependencies
working-directory: ./fixtures/eslint-v${{ matrix.eslint_major }}
run: yarn --frozen-lockfile
Expand Down

0 comments on commit 78d343b

Please sign in to comment.