Skip to content

Commit

Permalink
chore: tmp rm lerna-coverage-report-action (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvayngrib authored Jan 23, 2024
1 parent d7e3711 commit 093b4be
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,6 @@ jobs:
run: yarn build
- name: Test
run: yarn test
- name: Coverage report
uses: ExodusMovement/lerna-coverage-report-action@main
with:
github-token: ${{ secrets.GH_AUTOMATION_PAT }}
gist-id: ${{ secrets.COVERAGE_GIST_ID }}
gist-user: exodus-github-hydra-bot
integration-test:
name: Test (Integration)
runs-on: hydra-runner
Expand All @@ -69,9 +63,3 @@ jobs:
run: yarn install --immutable
- name: Integration Test
run: yarn test:integration -- --runInBand
- name: Coverage report
uses: ExodusMovement/lerna-coverage-report-action@main
with:
github-token: ${{ secrets.GH_AUTOMATION_PAT }}
gist-id: ${{ secrets.COVERAGE_GIST_ID }}
gist-user: exodus-github-hydra-bot

0 comments on commit 093b4be

Please sign in to comment.