From af9375d8b45119b54f889aee2ce24ec3bb708cf0 Mon Sep 17 00:00:00 2001 From: Asko Nõmm Date: Sun, 25 Jan 2026 15:05:51 +0200 Subject: Update workflow --- .github/workflows/tests.yml | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 .github/workflows/tests.yml (limited to '.github/workflows/tests.yml') diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml deleted file mode 100644 index e153435..0000000 --- a/.github/workflows/tests.yml +++ /dev/null @@ -1,39 +0,0 @@ -name: Tests -on: - push: - paths-ignore: - - README.md - - LICENSE.txt - -jobs: - test-runtimes: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v2 - - - name: Setup Java - uses: actions/setup-java@v3 - with: - distribution: 'zulu' - java-version: '24' - - - name: Setup Clojure - uses: DeLaGuardo/setup-clojure@13.4 - with: - cli: 'latest' - clj-kondo: 'latest' - bb: 'latest' - - - name: Test Babashka - run: | - bb test:bb - - - name: Test Clojure - run: | - bb test:clj - - - name: Test ClojureScript - run: | - bb test:cljs - -- cgit v1.2.3