From 3f4f35597137d860ad628ae1e7866cb4608506fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominique=20J=C3=A4ggi?= Date: Tue, 23 Jan 2024 08:20:55 +0100 Subject: [PATCH] chore: re-enable it test on gh actions --- .github/workflows/main.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 190f480a..3ae2fbd8 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -18,6 +18,7 @@ jobs: - run: npm ci - run: npm run lint - run: npm test + - run: npm test:it - uses: codecov/codecov-action@v3 with: token: ${{ secrets.CODECOV_TOKEN }}