Skip to content

Commit

Permalink
fix(ci/cd): test command
Browse files Browse the repository at this point in the history
  • Loading branch information
remdub committed Oct 22, 2024
1 parent 6990806 commit 064ff8f
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 @@ -34,7 +34,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/testlalouvierecpas --layer=\!ROBOT --test=\!\(testSetup\|testPerf\) -s Products.MeetingLiege
TEST_COMMAND: OO_SERVER=localhost OO_PORT=2002 bin/testliege --layer=\!ROBOT --test=\!\(testSetup\|testPerf\) -s Products.MeetingLiege
INSTALL_DEPENDENCIES_COMMANDS: |
sudo pip install -r requirements-tests.txt
MATTERMOST_WEBHOOK_URL: ${{ secrets.DELIB_MATTERMOST_WEBHOOK_URL }}

0 comments on commit 064ff8f

Please sign in to comment.