diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b56d948..49f4629 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -64,8 +64,7 @@ jobs: run: yarn playwright install --with-deps chromium - name: Run tests - # run: yarn test --coverage - run: yarn test + run: yarn test --coverage - name: Upload coverage to codecov uses: codecov/codecov-action@v4