diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1b2b0cb..7298a25 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -29,7 +29,7 @@ jobs: run: npm install - name: Running test - run: npm run test --coverage + run: npm run test:coverage - name: Build application run: npm run build