From 8b3e1b4b686385f794f0276bd12fa84f444da5e7 Mon Sep 17 00:00:00 2001 From: Asko Nõmm Date: Sun, 1 Feb 2026 02:02:45 +0200 Subject: Update workflow --- .github/workflows/tests.yml | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 .github/workflows/tests.yml (limited to '.github') diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml deleted file mode 100644 index 12bb9bd..0000000 --- a/.github/workflows/tests.yml +++ /dev/null @@ -1,31 +0,0 @@ -name: Tests -on: - push: - branches: - - master - workflow_dispatch: - branches: - - master -jobs: - run-tests: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - - name: Prepare java - uses: actions/setup-java@v2 - with: - distribution: 'zulu' - java-version: '17' - - - name: Install clojure tools - uses: DeLaGuardo/setup-clojure@4.0 - with: - lein: 'latest' - github-token: ${{ secrets.GITHUB_TOKEN }} - - - name: "Run tests" - run: lein kaocha -- cgit v1.2.3