Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
afarago authored Oct 7, 2024
1 parent 857a272 commit 4f1d187
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- run: yarn install
- run: yarn coverage
- uses: codecov/codecov-action@v3
with:
directory: coverage
#- run: yarn coverage
#- uses: codecov/codecov-action@v3
# with:
# directory: coverage
- name: Configure Pages
uses: actions/configure-pages@v5
- name: Build
Expand Down

0 comments on commit 4f1d187

Please sign in to comment.