aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-03-26 12:50:49 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2022-03-26 12:50:52 +0300
commitee5f4e988786a3fc27d1d4aea506cdc1bb3ab3fa (patch)
tree5edd7b2ee92ca3beefe429261a1febb79f27ce6a /.github/workflows
parentdocker: add a frontend nginx image (diff)
downloadcgitize-ee5f4e988786a3fc27d1d4aea506cdc1bb3ab3fa.tar.gz
cgitize-ee5f4e988786a3fc27d1d4aea506cdc1bb3ab3fa.zip
workflows/ci: skip the example config test for PyPI builds
It basically does the same as the integration test, and consumes a lot of time.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1d089d4..8b4c25a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -132,8 +132,6 @@ jobs:
uses: webfactory/ssh-agent@v0.5.3
with:
ssh-private-key: '${{ secrets.SSH_KEY }}'
- - name: Integration test (example config)
- run: cgitize --config examples/cgitize.toml
- name: Install package builder
run: python3 -m pip install --upgrade build
- name: Build package