Skip to content

Commit

Permalink
WIP - more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpromislow committed May 15, 2024
1 parent 6e82a41 commit bd41ab1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions 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
uses: zypper -n install helm
run: zypper -n install helm
- name : Run integration tests
run : ./scripts/integration-test
env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ env:

jobs:
ci :
runs-on : ubuntu-latest
steps:
- name : Checkout repository
uses : actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ permissions:

jobs:
ci:
runs-on : ubuntu-latest
steps:
- name : Checkout repository
uses : actions/checkout@v4
Expand Down

0 comments on commit bd41ab1

Please sign in to comment.