trick/.github/workflows/docker.yml

20 lines
347 B
YAML
Raw Normal View History

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