Skip to content

Commit

Permalink
Merge pull request #41 from thin-edge/ci-update-test-workflow
Browse files Browse the repository at this point in the history
ci: fix warnings in test workflow
  • Loading branch information
reubenmiller committed Mar 18, 2024
2 parents af37dad + 988b800 commit a97396b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,15 @@ jobs:
cache-dependency-path: |
tests/requirements.txt
- uses: extractions/setup-just@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- uses: taiki-e/install-action@just

#
# Build
#
- uses: actions/setup-go@v5
with:
go-version: '>=1.17.0'
cache: false
- name: Install dependencies
run: go install github.com/goreleaser/nfpm/v2/cmd/nfpm@latest
- name: Build package (for testing)
Expand Down

0 comments on commit a97396b

Please sign in to comment.