Skip to content

feat: replacing the cart internal model fot he cart events. resolves … #318

feat: replacing the cart internal model fot he cart events. resolves …

feat: replacing the cart internal model fot he cart events. resolves … #318

Workflow file for this run

name: Clojure CI - Unit and Integration Tests
on: [ pull_request ]
jobs:
test:
name: Running Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: lein deps
- name: Run tests
run: lein test