Skip to content

Commit

Permalink
feat(ci/cd): from Jenkins to GHA (wip) [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
remdub committed Sep 26, 2024
1 parent 4aedf5c commit 7419778
Show file tree
Hide file tree
Showing 3 changed files with 5 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 @@ -24,7 +24,8 @@ jobs:
with:
PYTHON_VERSION: ${{ matrix.python-version }}
CACHE_KEY: ${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.python-version }}
TEST_COMMAND: bin/test
# TODO : launch libreoffice on port 2002
TEST_COMMAND: bin/testmc
REQUIREMENTS_FILE: 'requirements-tests.txt'
MATTERMOST_WEBHOOK_URL: ${{ secrets.DELIB_MATTERMOST_WEBHOOK_URL }}
BUILDOUT_CONFIG_FILE: 'test-${{ matrix.plone-version }}.cfg'
2 changes: 2 additions & 0 deletions buildout.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[buildout]
extends = https://raw.githubusercontent.com/IMIO/buildout.pm/refs/heads/master/communes-dev.cfg
1 change: 1 addition & 0 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-r https://raw.githubusercontent.com/IMIO/buildout.pm/refs/heads/master/requirements.txt

0 comments on commit 7419778

Please sign in to comment.