Skip to content

Commit

Permalink
wip(ci/cd): coverage test new gha
Browse files Browse the repository at this point in the history
  • Loading branch information
remdub committed Oct 1, 2024
1 parent 08730ea commit 7640f20
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/branch-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@ jobs:
with:
CACHE_KEY: ${{ runner.os }}-build-${{ env.cache-name }}-2.7.18
TEST_COMMAND: coverage run bin/test
REQUIREMENTS_FILE: 'requirements-tests.txt'
INSTALL_DEPENDENCIES_COMMANDS: |
sudo pip2.7 install -r requirements-tests.txt
sudo apt-get update
sudo apt-get install -y python3-pip
sudo pip3 install -r requirements-coverage.txt
MATTERMOST_WEBHOOK_URL: ${{ secrets.DELIB_MATTERMOST_WEBHOOK_URL }}
#BUILDOUT_CONFIG_FILE: 'test-${{ matrix.plone-version }}.cfg'
BUILDOUT_CONFIG_FILE: buildout.cfg
Expand Down

0 comments on commit 7640f20

Please sign in to comment.