trick/.github/workflows/docker.yml
Scott Fennell b724f502b3
fix 32 bit test (#953)
* fix tests for 32 bit mode

* fix issues with mongoose build

* Update docker.yml
2020-02-14 10:23:19 -06:00

20 lines
377 B
YAML

name: Test Docker Hub Images
on:
schedule:
- cron: '0 0 * * 0'
jobs:
latest:
runs-on: ubuntu-18.04
container: docker://nasatrick/${{matrix.container}}:latest
strategy:
matrix:
container: [trick_centos7, trick_centos8, trick_ubuntu1804]
steps:
- name: run tests
run: |
cd /trick*
make test