Skip to content

Merge pull request #17 from climatepolicyradar/update-indent-in-json #6

Merge pull request #17 from climatepolicyradar/update-indent-in-json

Merge pull request #17 from climatepolicyradar/update-indent-in-json #6

Workflow file for this run

name: run-tests
on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: copy environment
run: cp .env.example .env
- name: build
run: make build
- name: test
run: make test