Skip to content

Commit

Permalink
WIP: use zypper copied from the base image
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpromislow committed May 16, 2024
1 parent 5a08844 commit 00e3a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Install helm
run: apt install -n helm
run: zypper -n install helm
- name : Run integration tests
run : ./scripts/integration-test
env:
Expand Down

0 comments on commit 00e3a52

Please sign in to comment.