Skip to content

Merge pull request #95 from wells-wood-research/bug-frame-charge-94 #188

Merge pull request #95 from wells-wood-research/bug-frame-charge-94

Merge pull request #95 from wells-wood-research/bug-frame-charge-94 #188

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
# The type of runner that the job will run on
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: All Tests
run: |
docker build -t aposteriori .
docker run aposteriori:latest pytest