Skip to content

Merge pull request #127 from fukamachi/export-select-by-sql #177

Merge pull request #127 from fukamachi/export-select-by-sql

Merge pull request #127 from fukamachi/export-select-by-sql #177

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
name: ${{ matrix.lisp }}
runs-on: ubuntu-latest
strategy:
matrix:
lisp: [sbcl]
steps:
- uses: actions/checkout@v1
- name: Run tests
env:
LISP: ${{ matrix.lisp }}
run: |
docker-compose up --exit-code-from tests tests