From 9cea579c8e976bc6d44d64a0354f412aa5cb724c Mon Sep 17 00:00:00 2001 From: Louis Date: Thu, 10 Jul 2025 22:15:20 +0700 Subject: [PATCH] fix: build issue --- .github/workflows/jan-linter-and-test.yml | 4 +--- Makefile | 2 ++ 2 files changed, 3 insertions(+), 3 deletions(-) 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