diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a2a7e908..3583f5a7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,9 +36,12 @@ jobs: - name: Linting run: | npm run lint - - name: Coverage + - name: Unit tests with coverage run: | - npm run coverage + npm run test:coverage + - name: Integration tests + run: | + npm run test:integration - name: Compress build uses: a7ul/tar-action@v1.1.3 id: compress