From b655f0329c888c87f8b3d811386df1a50f012a05 Mon Sep 17 00:00:00 2001 From: Clemens Vasters Date: Tue, 27 Aug 2024 16:20:00 +0200 Subject: [PATCH] Update main-ci-build.yml Disabling stale integration tests for the moment. --- .github/workflows/main-ci-build.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/main-ci-build.yml b/.github/workflows/main-ci-build.yml index 50d53da..b5d15a2 100644 --- a/.github/workflows/main-ci-build.yml +++ b/.github/workflows/main-ci-build.yml @@ -107,17 +107,17 @@ jobs: path: artifacts/build/images if: matrix.os == 'ubuntu-latest' - - name: Integration Tests Docker/Linux - env: - AZBRIDGE_TEST_CXNSTRING: ${{ secrets.AZBRIDGE_TEST_CXNSTRING }} - run: bash ./verify-build.sh - if: matrix.os == 'ubuntu-latest' + #- name: Integration Tests Docker/Linux + # env: + # AZBRIDGE_TEST_CXNSTRING: ${{ secrets.AZBRIDGE_TEST_CXNSTRING }} + # run: bash ./verify-build.sh + # if: matrix.os == 'ubuntu-latest' - - name: Integration Tests Windows - env: - AZBRIDGE_TEST_CXNSTRING: ${{ secrets.AZBRIDGE_TEST_CXNSTRING }} - run: ./verify-build.cmd - if: matrix.os == 'windows-latest' + #- name: Integration Tests Windows + # env: + # AZBRIDGE_TEST_CXNSTRING: ${{ secrets.AZBRIDGE_TEST_CXNSTRING }} + # run: ./verify-build.cmd + # if: matrix.os == 'windows-latest' # create a release if a tag has been pushed - name: Generate Release