Skip to content

Commit cf29fb1

Browse files
committed
build: comment out test jobs [REVERT ME]
1 parent f9a0071 commit cf29fb1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ permissions:
3030

3131
jobs:
3232
lint_and_unit_tests:
33+
if: false
3334
name: Run lint and unit tests
3435
runs-on: ubuntu-latest
3536
steps:
@@ -50,6 +51,7 @@ jobs:
5051
- name: Unit tests
5152
run: yarn workspaces foreach --all --parallel --topological-dev --exclude @elastic/eui-website --exclude @elastic/eui-monorepo --exclude @elastic/eui-docgen run test-unit
5253
cypress_tests:
54+
if: false
5355
name: Run cypress tests
5456
runs-on: ubuntu-latest
5557
steps:
@@ -113,7 +115,7 @@ jobs:
113115
name: Create an official release
114116
runs-on: ubuntu-latest
115117
if: ${{ inputs.type == 'official' }}
116-
needs: [ lint_and_unit_tests, cypress_tests ]
118+
# needs: [ lint_and_unit_tests, cypress_tests ]
117119
steps:
118120
- uses: actions/checkout@v4
119121
with:

0 commit comments

Comments
 (0)