trick/.github/workflows/docker.yml

20 lines
347 B
YAML
Raw Normal View History

2019-11-13 18:03:11 +00:00
name: Test Docker Hub Images
on:
schedule:
- cron: '0 0 * * 0'
2019-11-13 18:03:11 +00:00
jobs:
latest:
2019-11-13 18:03:11 +00:00
runs-on: ubuntu-18.04
container: docker://nasatrick/${{matrix.container}}:latest
strategy:
matrix:
container: [trick_ubuntu1804]
2019-11-13 18:03:11 +00:00
steps:
- name: run tests
run: |
2019-11-18 16:15:30 +00:00
cd /trick*
2019-11-13 18:03:11 +00:00
make test