Skip to content

Commit

Permalink
fix envsubst install on k8s test
Browse files Browse the repository at this point in the history
  • Loading branch information
dt-ebertb committed Feb 22, 2024
1 parent 449b893 commit 0ffc4b6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/spilo_pgversion_15.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:

kubernetes-installation-test:
needs: publish
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v3
Expand All @@ -120,7 +120,9 @@ jobs:
- name: Create Kind Cluster
uses: helm/kind-action@v1.1.0
- name: Install envsubst #used for simpler k8s testing
run: apt install envsubst
run: |
sudo apt update
sudo apt install gettext-base
- name: Install Spilo
env:
SPILO_TEST_IMAGE: "${{ steps.image.outputs.NAME }}"
Expand Down

0 comments on commit 0ffc4b6

Please sign in to comment.