Skip to content

Fix specs for ticket and event creation #21

Fix specs for ticket and event creation

Fix specs for ticket and event creation #21

Workflow file for this run

name: Clojure CI
on:
push:
paths:
- swift-ticketing/**
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: lein deps
working-directory: swift-ticketing
- name: Run tests
run: lein test
working-directory: swift-ticketing