Skip to content

Commit

Permalink
feat: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
abretonc7s committed Feb 6, 2025
1 parent 8942add commit cd83edd
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/lint-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,18 +117,11 @@ jobs:
- run: yarn --immutable
- run: yarn build
- run: yarn workspace ${{ matrix.package-name }} run test:ci
- name: Get coverage folder
id: get-coverage-folder
run: |
echo "Package Name: ${{ matrix.package-name }}"
echo "stub" >> stub
echo "coverage-folder=$(yarn workspaces list --json | grep "\"name\":\"${{ matrix.package-name }}\"" | jq -r '.location')/coverage" >> "$GITHUB_OUTPUT"
shell: bash
- name: Upload coverage artifact
if: ${{ matrix.node-version == '18.x' }}
uses: actions/upload-artifact@v4
with:
name: coverage-${{ github.sha }}
name: coverage-${{ matrix.package-name }}-${{ github.sha }}
path: packages/**/coverage-final.json
if-no-files-found: warn
retention-days: 1
Expand Down

0 comments on commit cd83edd

Please sign in to comment.