add missing luet

Signed-off-by: Itxaka <itxaka@kairos.io>
This commit is contained in:
Itxaka
2025-04-02 13:49:25 +02:00
parent ca59080edf
commit 6e337b6f61

View File

@@ -11,8 +11,6 @@ jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- name: Build packages # This is used so luet is available in the machine for the tests
uses: mudler/luet-github-action@v0.3.1
- name: Checkout code
uses: actions/checkout@v4
with:
@@ -26,6 +24,9 @@ jobs:
go-version-file: "go.mod"
- name: Run tests
run: |
curl -L https://github.com/mudler/luet/releases/download/0.33.0/luet-0.33.0-linux-amd64 -o luet
chmod +x luet
sudo mv luet /usr/local/bin/luet
go run github.com/onsi/ginkgo/v2/ginkgo run --fail-fast --covermode=atomic --coverprofile=coverage.out -p -r ./...
- name: Codecov
uses: codecov/codecov-action@v5