Skip to content

Update the significantdigits API #217

Update the significantdigits API

Update the significantdigits API #217

Workflow file for this run

name: test-docker
on:
push:
branches: [ '*' ]
pull_request:
branches: [ '*' ]
jobs:
# Run tests.
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Run tests
run: |
if [ -f docker-compose.test.yml ]; then
docker-compose --file docker-compose.test.yml build
docker-compose --file docker-compose.test.yml run sut
else
docker build . --file Dockerfile
fi