Skip to content

Commit

Permalink
test: soffice instead of loffice
Browse files Browse the repository at this point in the history
  • Loading branch information
remdub committed Oct 4, 2024
1 parent a1f639b commit 07e3d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
cache-name: cache-eggs
with:
CACHE_KEY: ${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.python-version }}
TEST_COMMAND: OO_SERVER=loffice OO_PORT=2002 bin/testmc -s Products.PloneMeeting --layer=\!ROBOT --test=\!\(testSetup\|testPerf\)
TEST_COMMAND: OO_SERVER=soffice OO_PORT=2002 bin/testmc -s Products.PloneMeeting --layer=\!ROBOT --test=\!\(testSetup\|testPerf\)
INSTALL_DEPENDENCIES_COMMANDS: |
sudo pip install -r requirements-tests.txt
MATTERMOST_WEBHOOK_URL: ${{ secrets.DELIB_MATTERMOST_WEBHOOK_URL }}

0 comments on commit 07e3d65

Please sign in to comment.