Skip to content

Merge pull request #44 from ganwell/t/tooling_d112 #1

Merge pull request #44 from ganwell/t/tooling_d112

Merge pull request #44 from ganwell/t/tooling_d112 #1

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: "0 0 * * 0"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run build
run: |
make up push
- name: Run tests
run: |
make test