fix: build issue

This commit is contained in:
Louis 2025-07-10 22:15:20 +07:00
parent 114f2b9092
commit 9cea579c8e
No known key found for this signature in database
GPG Key ID: 44FA9F4D33C37DE2
2 changed files with 3 additions and 3 deletions

View File

@ -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' }}

View File

@ -40,6 +40,8 @@ lint: install-and-build
# Testing
test: lint
yarn download:bin
yarn download:lib
yarn test
yarn test:e2e