Skip to content

Commit

Permalink
ci: get heighliner
Browse files Browse the repository at this point in the history
  • Loading branch information
fmorency committed Mar 26, 2024
1 parent 5cdd34e commit 81734fb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ jobs:
with:
go-version: 'stable'
- name: Get heighliner
run: make get-heighliner
run: |
wget -c https://github.com/strangelove-ventures/heighliner/releases/download/v1.5.4/heighliner_1.5.4_linux_amd64.tar.gz -O - | tar -xz heighliner
mv heighliner /usr/local/bin
- name: Make local image
run: make local-image
- name: Run coverage
Expand Down

0 comments on commit 81734fb

Please sign in to comment.