Skip to content

Annual outputs printing ART and Viral suppression status by age/gender #20

Annual outputs printing ART and Viral suppression status by age/gender

Annual outputs printing ART and Viral suppression status by age/gender #20

Workflow file for this run

name: Tests of the PopART-IBM
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