Skip to content

Commit 3a1ba90

Browse files
committed
don't test removed generators
1 parent 3564390 commit 3a1ba90

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -82,17 +82,6 @@ jobs:
8282
- name: Check kotlin
8383
working-directory: ./kotlin
8484
run: sh ./gradlew --no-daemon check
85-
scala:
86-
runs-on: ubuntu-22.04
87-
steps:
88-
- uses: actions/checkout@v4
89-
- uses: actions/setup-java@v4
90-
with:
91-
distribution: 'temurin'
92-
java-version: '17'
93-
- name: Check scala
94-
working-directory: ./scala
95-
run: bash sbt test
9685
clojure:
9786
runs-on: ubuntu-22.04
9887
steps:
@@ -107,21 +96,6 @@ jobs:
10796
curl -LO https://raw.githubusercontent.com/technomancy/leiningen/2.11.2/bin/lein > ~/lein
10897
sh ~/lein test
10998
sh ~/lein uberjar
110-
groovy:
111-
runs-on: ubuntu-22.04
112-
steps:
113-
- uses: actions/checkout@v4
114-
- uses: actions/setup-java@v4
115-
with:
116-
distribution: 'temurin'
117-
java-version: '17'
118-
- name: Check groovy
119-
working-directory: ./groovy
120-
run: |
121-
curl -LO https://services.gradle.org/distributions/gradle-8.8-bin.zip
122-
mkdir /tmp/gradle && unzip gradle-8.8-bin.zip -d /tmp/
123-
sh /tmp/gradle-8.8/bin/gradle wrapper
124-
sh ./gradlew --no-daemon check
12599
csharp:
126100
runs-on: ubuntu-22.04
127101
steps:

0 commit comments

Comments
 (0)