Skip to content

Bump cookie and socket.io #75

Bump cookie and socket.io

Bump cookie and socket.io #75

Workflow file for this run

name: Run tests
on:
push:
pull_request:
branches: [ master ]
jobs:
build-clj:
strategy:
matrix:
# Supported Java versions: LTS releases 8 and 11 and the latest release
jdk: [8, 11, 15]
name: Clojure (Java ${{ matrix.jdk }})
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Java ${{ matrix.jdk }}
uses: actions/[email protected]
with:
java-version: ${{ matrix.jdk }}
- name: Setup Clojure
uses: DeLaGuardo/[email protected]
with:
lein: latest
- name: Run Clojure test
run: ./scripts/test.sh clj
build-cljs:
name: ClojureScript
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Java ${{ matrix.jdk }}
uses: actions/[email protected]
with:
java-version: 8
- name: Setup Clojure
uses: DeLaGuardo/[email protected]
with:
lein: latest
- name: Install deps
run: npm ci
- name: Run ClojureScript test
run: ./scripts/test.sh cljs