diff --git a/.github/workflows/build-and-deploy-staging.yml b/.github/workflows/build-and-deploy-staging.yml index 2a4e413..349a51f 100644 --- a/.github/workflows/build-and-deploy-staging.yml +++ b/.github/workflows/build-and-deploy-staging.yml @@ -40,7 +40,7 @@ jobs: run: npm run build - name: Run tests for Eslint - run: npm run test:eslint + run: npm run test:lint - name: Run unit tests and coverage report run: npm run test diff --git a/.github/workflows/build-and-deploy-test.yml b/.github/workflows/build-and-deploy-test.yml index 62c3217..0a1fbb1 100644 --- a/.github/workflows/build-and-deploy-test.yml +++ b/.github/workflows/build-and-deploy-test.yml @@ -76,7 +76,7 @@ jobs: run: npm run build - name: Run tests for Eslint - run: npm run test:eslint + run: npm run test:lint - name: Run unit tests and coverage report run: npm run test