Skip to content

Commit

Permalink
test: coverage on files since changed - multiline
Browse files Browse the repository at this point in the history
  • Loading branch information
FreakinWard committed Apr 23, 2024
1 parent b7a35de commit d7459be
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/checkout@v2
- run: |
git fetch --no-tags --depth=1 origin main
git checkout -b main
git checkout ${{ github.event.pull_request.head.sha }}
- name: Set up Node.js
uses: actions/setup-node@v1
Expand Down

0 comments on commit d7459be

Please sign in to comment.