Skip to content

Commit

Permalink
chore: utilize clone-key in action
Browse files Browse the repository at this point in the history
  • Loading branch information
johnletey committed Jun 5, 2024
1 parent e19adfc commit c9de421
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
tar-export-path: ${{ env.TAR_PATH }} # export a tarball that can be uploaded as an artifact for the e2e jobs
platform: linux/amd64 # test runner architecture only
git-ref: ${{ github.head_ref }} # source code ref
additional-args: --clone-key ${{ secrets.HEIGHLINER_KEY }}

# Heighliner chains.yaml config
chain: aura-simd
Expand All @@ -49,7 +50,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: '>=1.21'
go-version: '1.21'

- name: Generate Matrix
id: set-matrix
Expand All @@ -76,7 +77,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: '>=1.21'
go-version: '1.21'

- name: Download Tarball Artifact
uses: actions/download-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: '>=1.21'
go-version: '1.21'

- name: Run Tests
run: make test-unit
Expand Down

0 comments on commit c9de421

Please sign in to comment.