Skip to content

web-3rd-party: downgrade ibm plex to 6.3 #61

web-3rd-party: downgrade ibm plex to 6.3

web-3rd-party: downgrade ibm plex to 6.3 #61

Workflow file for this run

name: clojure tests
on:
pull_request:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true
filter: tree:0
- name: Install dependencies
run: lein deps
- name: Run tests
run: lein test