Skip to content

Commit

Permalink
disabling e2e tests temporarily (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylan-smith authored Feb 15, 2022
1 parent 5716a80 commit 6ef3765
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -237,4 +238,4 @@ jobs:
with:
commit_message: Automated commit of archived release notes [skip ci]
file_pattern: RELEASENOTES.md releasenotes/*.md
branch: main
branch: main

0 comments on commit 6ef3765

Please sign in to comment.