diff options
| author | Asko Nõmm <asko@nmm.ee> | 2026-02-01 02:02:45 +0200 |
|---|---|---|
| committer | Asko Nõmm <asko@nmm.ee> | 2026-02-01 02:02:45 +0200 |
| commit | 8b3e1b4b686385f794f0276bd12fa84f444da5e7 (patch) | |
| tree | 669f2ffe8fe72ef777873c89e5306914d3518742 /.github | |
| parent | 279e9ca616f2b835931007165eb9d8b1b209a51b (diff) | |
Update workflow
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/tests.yml | 31 |
1 files changed, 0 insertions, 31 deletions
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 |
