|
|
|
@ -1,4 +1,4 @@ |
|
|
|
name: Run all tests |
|
|
|
name: Run all tests DEBUG |
|
|
|
on: repository_dispatch |
|
|
|
jobs: |
|
|
|
build: |
|
|
|
@ -7,5 +7,7 @@ jobs: |
|
|
|
- uses: actions/checkout@v1 |
|
|
|
- name: Build the docker-compose stack |
|
|
|
run: docker-compose up -d --build |
|
|
|
- name: Run test suite |
|
|
|
run: test/run-all-tests.sh |
|
|
|
- name: Check running containers |
|
|
|
run: docker ps |
|
|
|
- name: Setup tmate session |
|
|
|
uses: mxschmitt/action-tmate@v1 |