Skip to content

Bump cookie and socket.io #42

Bump cookie and socket.io

Bump cookie and socket.io #42

Workflow file for this run

name: Tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: |
lein deps
npm install
- name: Run ClojureScript tests
run: |
lein build-test
npx karma start --single-run
# - name: Run Clojure tests
# run: |
# lein test