Skip to content

Commit

Permalink
Re-add removed clone of main during CI tests
Browse files Browse the repository at this point in the history
Signed-off-by: Jose R. Gonzalez <[email protected]>
  • Loading branch information
komish committed Jun 20, 2023
1 parent 085e2f4 commit de0e772
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout
- name: Checkout main branch
uses: actions/checkout@v3

- name: Checkout PR branch
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}
Expand All @@ -21,7 +24,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version-file: ./chart-verifier/go.mod
go-version-file: go.mod

- name: Ensure Modules
working-directory: ./chart-verifier
Expand Down

0 comments on commit de0e772

Please sign in to comment.