Skip to content

Commit

Permalink
Update main-ci-build.yml
Browse files Browse the repository at this point in the history
Disabling stale integration tests for the moment.
  • Loading branch information
clemensv authored Aug 27, 2024
1 parent 11ec319 commit b655f03
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/main-ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b655f03

Please sign in to comment.