diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 3ae2fbd8..97242e23 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -18,7 +18,8 @@ jobs: - run: npm ci - run: npm run lint - run: npm test - - run: npm test:it + - name: Integration Test + run: npm run test:it - uses: codecov/codecov-action@v3 with: token: ${{ secrets.CODECOV_TOKEN }}