Skip to content

Commit

Permalink
fix: gha inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
remdub committed Oct 4, 2024
1 parent 708b242 commit 49f8ef4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
CACHE_KEY: ${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.python-version }}
# TODO : launch libreoffice on port 2002
TEST_COMMAND: OO_SERVER=loffice OO_PORT=2002 bin/testmc
REQUIREMENTS_FILE: 'requirements-tests.txt'
INSTALL_DEPENDENCIES_COMMANDS: |
pip install -r requirements-tests.txt
MATTERMOST_WEBHOOK_URL: ${{ secrets.DELIB_MATTERMOST_WEBHOOK_URL }}
BUILDOUT_CONFIG_FILE: 'test-${{ matrix.plone-version }}.cfg'

0 comments on commit 49f8ef4

Please sign in to comment.