Skip to content

Commit

Permalink
fix(release): fixed PR jobs to use yarn instead
Browse files Browse the repository at this point in the history
  • Loading branch information
erick-martins committed Aug 2, 2023
1 parent a8e70d6 commit 11d0a64
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,17 +72,14 @@ jobs:
node-version: 18.x
cache: 'npm'

- name: Install dependencies
run: yarn install --frozen-lockfile

- name: Find PR number
id: findPr
uses: jwalton/gh-find-current-pr@v1

- name: Coverage report
uses: ArtiomTr/jest-coverage-report-action@v2
with:
test-script: yarn test:coverage --json --coverage --testLocationInResults --outputFile=report.json
package-manager: yarn
output: report-markdown
prnumber: ${{ steps.findPr.outputs.number }}

Expand Down

0 comments on commit 11d0a64

Please sign in to comment.