Skip to content

Update Pedestal to 0.6.3 #208

Update Pedestal to 0.6.3

Update Pedestal to 0.6.3 #208

Workflow file for this run

name: CI
on: push
jobs:
test:
strategy:
matrix:
target: [test-clj, test-cljs]
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup CI Environment
uses: yetanalytics/actions/[email protected]
- name: Run Tests
run: make ${{ matrix.target }}