Skip to content

Commit 137863c

Browse files
skip e2e tests in website ci workflows
1 parent eafe072 commit 137863c

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/cd.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ jobs:
5656
- uses: actions/setup-node@v4
5757
with:
5858
node-version: 22
59-
- name: Test with Gradle
60-
run: ./gradlew --no-parallel :spellsource-web:yarnRunTest
6159
- name: Set Project Version
6260
run: |
6361
COMMIT_SHA=$(git rev-parse --short=7 HEAD)

.github/workflows/website.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ jobs:
3030
- uses: actions/setup-node@v4
3131
with:
3232
node-version: 22
33-
- name: Test with Gradle
34-
run: ./gradlew --no-parallel :spellsource-web:yarnRunTest
3533
- name: Set Project Version
3634
run: |
3735
COMMIT_SHA=$(git rev-parse --short=7 HEAD)

0 commit comments

Comments
 (0)