Skip to content

Commit

Permalink
Update core to 0.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lemaitre-aneo authored Mar 27, 2024
1 parent 5d7e877 commit ecfd8a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
tls: ${{ matrix.tls }}
mtls: ${{ matrix.mtls }}
ext-csharp-version: ${{ needs.versionning.outputs.version }}
core-version: 0.23.0
core-version: 0.23.2

- name: Setup hosts file
run : echo -e "$(kubectl get svc ingress -n armonik -o jsonpath={.status.loadBalancer.ingress[0].ip})\tarmonik.local" | sudo tee -a /etc/hosts
Expand Down Expand Up @@ -304,7 +304,7 @@ jobs:
working-directory: ${{ github.workspace }}/infra
type: localhost
ext-csharp-version: ${{ needs.versionning.outputs.version }}
core-version: 0.23.0
core-version: 0.23.2

- name: Run Test
timeout-minutes: 20
Expand Down

0 comments on commit ecfd8a0

Please sign in to comment.