From 80029e2d10d46005c6de4c5099296913353a6d30 Mon Sep 17 00:00:00 2001 From: Tim <32556895+Avarei@users.noreply.github.com> Date: Thu, 20 Jun 2024 04:31:54 +0200 Subject: [PATCH] add pkl install pipeline step to unit test Signed-off-by: Tim <32556895+Avarei@users.noreply.github.com> --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 25bc69c..e79d8e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 ./...