Skip to content

Commit

Permalink
find kubeconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
osterman committed Jun 15, 2024
1 parent 7bbaffc commit 047366a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,10 @@ jobs:
- /run:/run
- /var/run:/var/run
options: >-
--name k3s-server
--privileged
--entrypoint /bin/k3s-server
--restart always
agent:
image: "rancher/k3s:latest"
Expand All @@ -168,8 +170,10 @@ jobs:
- /run:/run
- /var/run:/var/run
options: >-
--name k3s-agent
--privileged
--entrypoint /bin/k3s-agent
--restart always
strategy:
matrix:
Expand All @@ -182,7 +186,6 @@ jobs:
run: |
ls -l ${{github.workspace}}/output
docker ps
- name: Download build artifacts
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 047366a

Please sign in to comment.