diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3e1e83ee..d35f2aec 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -181,7 +181,7 @@ jobs: tls: ${{ matrix.tls }} mtls: ${{ matrix.mtls }} ext-csharp-version: ${{ needs.versionning.outputs.version }} - core-version: 0.20.0-SNAPSHOT.48.8762fb31 + core-version: 0.20.0 - 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 @@ -304,7 +304,7 @@ jobs: working-directory: ${{ github.workspace }}/infra type: localhost ext-csharp-version: ${{ needs.versionning.outputs.version }} - core-version: 0.20.0-SNAPSHOT.48.8762fb31 + core-version: 0.20.0 - name: Run Test timeout-minutes: 20