Skip to content

refactor(dependabot): Group all ecosystems (#29) #32

refactor(dependabot): Group all ecosystems (#29)

refactor(dependabot): Group all ecosystems (#29) #32

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