Skip to content

Documentation website suggestion #657

Documentation website suggestion

Documentation website suggestion #657

Workflow file for this run

name: OpenABM Tests
on:
push:
branches: [master]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: build container
run: docker build --tag test -f tests/Dockerfile .
- name: run tests
run: docker run test