Skip to content

Split CI and add e2e #1

Split CI and add e2e

Split CI and add e2e #1

Workflow file for this run

name: Backend tests
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: docker compose -f docker-compose.test.yml run web sh -c 'rails db:setup && rails test && yarn ci'