mirror of
https://github.com/kairos-io/kcrypt-challenger.git
synced 2025-04-28 03:41:59 +00:00
Update e2e-tests.yml with earthly
This commit is contained in:
parent
5089f4cc71
commit
a8e35a94f5
14
.github/workflows/e2e-tests.yml
vendored
14
.github/workflows/e2e-tests.yml
vendored
@ -23,11 +23,6 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Install Go
|
- name: Install Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
- name: Login to DockerHub
|
|
||||||
uses: docker/login-action@v3
|
|
||||||
with:
|
|
||||||
username: ${{ secrets.DOCKER_LOGIN }}
|
|
||||||
password: ${{ secrets.DOCKER_PASS }}
|
|
||||||
- name: Install earthly
|
- name: Install earthly
|
||||||
uses: earthly/actions-setup@v1
|
uses: earthly/actions-setup@v1
|
||||||
with:
|
with:
|
||||||
@ -75,11 +70,10 @@ jobs:
|
|||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version-file: go.mod
|
go-version-file: go.mod
|
||||||
- name: Login to DockerHub
|
- name: Install earthly
|
||||||
uses: docker/login-action@v3
|
uses: earthly/actions-setup@v1
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKER_LOGIN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
password: ${{ secrets.DOCKER_PASS }}
|
|
||||||
- name: Install deps
|
- name: Install deps
|
||||||
run: |
|
run: |
|
||||||
curl -L https://github.com/mudler/luet/releases/download/0.33.0/luet-0.33.0-linux-amd64 -o luet
|
curl -L https://github.com/mudler/luet/releases/download/0.33.0/luet-0.33.0-linux-amd64 -o luet
|
||||||
@ -87,7 +81,7 @@ jobs:
|
|||||||
sudo mv luet /usr/bin/luet
|
sudo mv luet /usr/bin/luet
|
||||||
sudo mkdir -p /etc/luet/repos.conf.d/
|
sudo mkdir -p /etc/luet/repos.conf.d/
|
||||||
sudo luet repo add -y kairos --url quay.io/kairos/packages --type docker
|
sudo luet repo add -y kairos --url quay.io/kairos/packages --type docker
|
||||||
LUET_NOLOCK=true sudo -E luet install -y container/kubectl utils/k3d utils/earthly
|
LUET_NOLOCK=true sudo -E luet install -y container/kubectl utils/k3d
|
||||||
- name: Download artifacts
|
- name: Download artifacts
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user