Skip to content

Commit

Permalink
fix(ci/cd): escape test command
Browse files Browse the repository at this point in the history
  • Loading branch information
remdub committed Oct 18, 2024
1 parent 768d5be commit 0282ae6
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 @@ -30,7 +30,7 @@ jobs:
cache-name: cache-eggs
with:
CACHE_KEY: ${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.python-version }}
TEST_COMMAND: OO_SERVER=localhost OO_PORT=2002 bin/testmc --layer=!ROBOT --test=!(testSetup|testPerf) -s Products.MeetingCommunes
TEST_COMMAND: OO_SERVER=localhost OO_PORT=2002 bin/testmc --layer=\!ROBOT --test=\!\(testSetup\|testPerf\) -s Products.MeetingCommunes
INSTALL_DEPENDENCIES_COMMANDS: |
sudo pip install -r requirements-tests.txt
MATTERMOST_WEBHOOK_URL: ${{ secrets.DELIB_MATTERMOST_WEBHOOK_URL }}

0 comments on commit 0282ae6

Please sign in to comment.