Skip to content

Commit

Permalink
Checkout correct ref in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanharris committed Oct 9, 2023
1 parent 119e9e3 commit 27e5adb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha || github.ref }}

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 27e5adb

Please sign in to comment.