matrix-webhook/.github/workflows/test.yml

13 lines
353 B
YAML
Raw Normal View History

2021-06-16 19:23:25 -04:00
name: build docker image and run tests inside
on: push
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v2
- name: Start
run: docker-compose -f test.yml up -d
- name: Tests
run: docker-compose -f test.yml run --entrypoint "" tests python -m unittest