Skip to content

Commit

Permalink
test: Update main.yml(push prnumber)
Browse files Browse the repository at this point in the history
  • Loading branch information
looppoolloop authored Mar 9, 2024
1 parent 7ae36bd commit be40eff
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ on:
- develop

jobs:

frontend-build-and-test:
permissions:
checks: write
pull-requests: write
contents: write
runs-on: ubuntu-latest

steps:
Expand All @@ -18,9 +23,14 @@ jobs:
with:
node-version: '18.x'

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

- name: Jest coverage report
uses: ArtiomTr/jest-coverage-report-action@v2.3.0
uses: ArtiomTr/jest-coverage-report-action@v2
with:
prnumber: ${{ steps.findPr.outputs.number }}
working-directory: ./client/memo-minder-web
github-token: ${{ secrets.TOKEN_FOR_MEMO }}
annotations: none
Expand Down

0 comments on commit be40eff

Please sign in to comment.