From ee5f4e988786a3fc27d1d4aea506cdc1bb3ab3fa Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 26 Mar 2022 12:50:49 +0300 Subject: 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. --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) (limited to '.github/workflows/ci.yml') 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 -- cgit v1.2.3