We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eafe072 commit 137863cCopy full SHA for 137863c
.github/workflows/cd.yaml
@@ -56,8 +56,6 @@ jobs:
56
- uses: actions/setup-node@v4
57
with:
58
node-version: 22
59
- - name: Test with Gradle
60
- run: ./gradlew --no-parallel :spellsource-web:yarnRunTest
61
- name: Set Project Version
62
run: |
63
COMMIT_SHA=$(git rev-parse --short=7 HEAD)
.github/workflows/website.yaml
@@ -30,8 +30,6 @@ jobs:
30
31
32
33
34
35
36
37
0 commit comments