Skip to content

Commit

Permalink
ci: Update ArmoniK.Core to 0.19.2 (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
aneojgurhem authored Nov 14, 2023
2 parents e62f3ad + e23c2e2 commit 4a99b73
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 @@ -230,7 +230,7 @@ jobs:
tls: ${{ matrix.tls }}
mtls: ${{ matrix.mtls }}
ext-csharp-version: ${{ needs.versionning.outputs.version }}
core-version: 0.19.1
core-version: 0.19.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 @@ -353,7 +353,7 @@ jobs:
working-directory: ${{ github.workspace }}/infra
type: localhost
ext-csharp-version: ${{ needs.versionning.outputs.version }}
core-version: 0.19.1
core-version: 0.19.2

- name: Run Test
run: |
Expand Down

0 comments on commit 4a99b73

Please sign in to comment.