From 80301a2fd928b87fc38ab70818527cb6f6e45bc2 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 31 Jul 2021 18:36:09 +0300 Subject: tests/integration: add example to test examples/cgitize.toml --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.github/workflows/ci.yml') 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: -- cgit v1.2.3