diff options
-rw-r--r-- | .github/workflows/ci.yml | 2 |
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 |