Skip to content

bug-frame-charge-94 #180

bug-frame-charge-94

bug-frame-charge-94 #180

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