Skip to content

Commit

Permalink
finish the PR
Browse files Browse the repository at this point in the history
  • Loading branch information
jucasoliveira committed Jan 8, 2023
1 parent d4275ac commit 30805df
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,26 @@
name: Pull Request Test

on:
push:
pull_request:
branches:
- create_unit_test
- main

jobs:
test_coverage:
permissions:
checks: write
pull-requests: write
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: jwalton/gh-find-current-pr@v1
id: findPr
- uses: ArtiomTr/jest-coverage-report-action@v2
id: coverage
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
prnumber: ${{ steps.findPr.outputs.number }}
output: report-markdown
- uses: marocchino/sticky-pull-request-comment@v2
with:
Expand Down

0 comments on commit 30805df

Please sign in to comment.