Skip to content

Commit

Permalink
Drop step installing tparse. (#5191)
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitrisJim authored and damiannolan committed Dec 5, 2023
1 parent 0f414ce commit 24d0a25
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,6 @@ jobs:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
if: "!startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/main'"

install-tparse:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Display go version
run: go version
- name: install tparse
run: |
go install github.com/mfridman/tparse@v0.8.3
- uses: actions/cache@v3
with:
path: ~/go/bin
key: ${{ runner.os }}-go-tparse-binary

build:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 24d0a25

Please sign in to comment.