Skip to content

Commit

Permalink
add pkl install pipeline step to unit test
Browse files Browse the repository at this point in the history
Signed-off-by: Tim <[email protected]>
  • Loading branch information
Avarei committed Jun 20, 2024
1 parent de331f3 commit 80029e2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}

- name: Install pkl
uses: pkl-community/setup-pkl@v0
with:
pkl-version: 0.26.0

- name: Run Unit Tests
run: go test -v -cover ./...

Expand Down

0 comments on commit 80029e2

Please sign in to comment.