diff --git a/.github/workflows/jan-linter-and-test.yml b/.github/workflows/jan-linter-and-test.yml index d41bd18f9..2aa871fb7 100644 --- a/.github/workflows/jan-linter-and-test.yml +++ b/.github/workflows/jan-linter-and-test.yml @@ -68,9 +68,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: ref-lcov.info - path: | - coverage/lcov.info - coverage/merged/lcov.info + path: coverage/lcov.info test-on-macos: runs-on: ${{ (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository) && 'macos-latest' || 'macos-selfhosted-12-arm64' }} diff --git a/Makefile b/Makefile index 964177c4c..f14234842 100644 --- a/Makefile +++ b/Makefile @@ -40,6 +40,8 @@ lint: install-and-build # Testing test: lint + yarn download:bin + yarn download:lib yarn test yarn test:e2e