Skip to content

Commit

Permalink
Run all tests against head
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Apr 14, 2021
1 parent bce68de commit 62c4e14
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 62 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/tests.yml
Expand Up @@ -13,7 +13,6 @@ jobs:
steps:
- name: Checkout Commit
uses: actions/checkout@v2
# Coverage needs to run on the PR head instead of the merge commit
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Setup Node
Expand All @@ -33,6 +32,8 @@ jobs:
steps:
- name: Checkout Commit
uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Setup Node
uses: actions/setup-node@v2
with:
Expand All @@ -54,6 +55,8 @@ jobs:
steps:
- name: Checkout Commit
uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Setup Node
uses: actions/setup-node@v2
with:
Expand All @@ -76,6 +79,8 @@ jobs:
run: git config --global core.autocrlf false
- name: Checkout Commit
uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Setup Node
uses: actions/setup-node@v2
with:
Expand Down
61 changes: 0 additions & 61 deletions scripts/post-comment.js

This file was deleted.

0 comments on commit 62c4e14

Please sign in to comment.