diff --git a/.github/workflows/e2e.test.lint.yml b/.github/workflows/e2e.test.lint.yml index 6ec10a6..abdf69c 100644 --- a/.github/workflows/e2e.test.lint.yml +++ b/.github/workflows/e2e.test.lint.yml @@ -29,4 +29,4 @@ jobs: uses: actions/checkout@master - name: E2E files | Lint - run: npm install && npm run test:lint \ No newline at end of file + run: npm install && npm run test:lint:eslint \ No newline at end of file