Skip to content

Commit

Permalink
don't test removed generators
Browse files Browse the repository at this point in the history
  • Loading branch information
ddsky committed Jun 25, 2024
1 parent 3564390 commit 3a1ba90
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,17 +82,6 @@ jobs:
- name: Check kotlin
working-directory: ./kotlin
run: sh ./gradlew --no-daemon check
scala:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
- name: Check scala
working-directory: ./scala
run: bash sbt test
clojure:
runs-on: ubuntu-22.04
steps:
Expand All @@ -107,21 +96,6 @@ jobs:
curl -LO https://raw.githubusercontent.com/technomancy/leiningen/2.11.2/bin/lein > ~/lein
sh ~/lein test
sh ~/lein uberjar
groovy:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
- name: Check groovy
working-directory: ./groovy
run: |
curl -LO https://services.gradle.org/distributions/gradle-8.8-bin.zip
mkdir /tmp/gradle && unzip gradle-8.8-bin.zip -d /tmp/
sh /tmp/gradle-8.8/bin/gradle wrapper
sh ./gradlew --no-daemon check
csharp:
runs-on: ubuntu-22.04
steps:
Expand Down

0 comments on commit 3a1ba90

Please sign in to comment.