Skip to content

Commit 6ef3765

Browse files
authored
disabling e2e tests temporarily (#252)
1 parent 5716a80 commit 6ef3765

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
if: matrix.runner-os == 'ubuntu-latest'
7676

7777
integration-test:
78+
if: false
7879
strategy:
7980
matrix:
8081
runner-os: [windows-latest, ubuntu-latest, macos-latest]
@@ -178,7 +179,7 @@ jobs:
178179
publish:
179180
runs-on: ubuntu-latest
180181
if: startsWith(github.ref, 'refs/tags/v')
181-
needs: [ build, integration-test ]
182+
needs: [ build ]
182183
environment: PUBLISH_RELEASE
183184

184185
steps:
@@ -237,4 +238,4 @@ jobs:
237238
with:
238239
commit_message: Automated commit of archived release notes [skip ci]
239240
file_pattern: RELEASENOTES.md releasenotes/*.md
240-
branch: main
241+
branch: main

0 commit comments

Comments
 (0)