Skip to content

started tests for AuthenticatedController, added fixtures #25

started tests for AuthenticatedController, added fixtures

started tests for AuthenticatedController, added fixtures #25

Workflow file for this run

name: CI
on:
push:
branches:
- '**' # This will run the workflow on every push to any branch
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Run tests
run: make test-ci