aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index feb74f2..c4d1aed 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -25,8 +25,10 @@ jobs:
git config --global user.email 'John.Doe@example.com'
- name: Install dependencies
run: pip install -r requirements.txt
- - name: Integration tests
+ - name: Integration test (local)
run: ./test/integration/local/test.sh
+ - name: Integration test (example config)
+ run: ./test/integration/example/test.sh
- name: Unit tests
run: python -m unittest --buffer
@@ -36,7 +38,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- - name: Integration tests
+ - name: Integration test (Docker)
run: ./test/integration/docker/test.sh
publish_docker: