From 6ef37650767291fd062c1b86251bfa438a3edec3 Mon Sep 17 00:00:00 2001 From: Dylan Smith Date: Tue, 15 Feb 2022 14:51:31 -0600 Subject: [PATCH] disabling e2e tests temporarily (#252) --- .github/workflows/CI.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 92b7a68d4..23c1d6768 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -75,6 +75,7 @@ jobs: if: matrix.runner-os == 'ubuntu-latest' integration-test: + if: false strategy: matrix: runner-os: [windows-latest, ubuntu-latest, macos-latest] @@ -178,7 +179,7 @@ jobs: publish: runs-on: ubuntu-latest if: startsWith(github.ref, 'refs/tags/v') - needs: [ build, integration-test ] + needs: [ build ] environment: PUBLISH_RELEASE steps: @@ -237,4 +238,4 @@ jobs: with: commit_message: Automated commit of archived release notes [skip ci] file_pattern: RELEASENOTES.md releasenotes/*.md - branch: main \ No newline at end of file + branch: main