Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentD06 authored Jul 1, 2024
1 parent edd8e2c commit 48921f8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,14 @@ jobs:
run: |
mkdir runtime/graylog/plugin
cp ${{ steps.requestPom.outputs.JAR_PATH }} runtime/graylog/plugin
- name: Execute backend tests
working-directory: plugin/validation
run: |
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
docker-compose --project-directory ../runtime pull
PYTHONUNBUFFERED=true python -m unittest --verbose
- name: Package signed .rpm
if: endsWith(steps.requestPom.outputs.VERSION,'SNAPSHOT') == false
working-directory: plugin
Expand Down

0 comments on commit 48921f8

Please sign in to comment.