Integration test using the extracted event-samples

This commit is contained in:
Klaas van Schelven
2024-09-13 11:15:11 +02:00
parent 497fbacb03
commit 55aa917436
2 changed files with 40 additions and 4 deletions

View File

@@ -6,6 +6,9 @@ on:
pull_request:
branches: [ "main" ]
env:
SAMPLES_DIR: "event-samples"
jobs:
build:
@@ -26,6 +29,11 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements.development.txt
- name: Check out event-samples
uses: actions/checkout@master
with:
repository: bugsink/event-samples
path: "event-samples"
- name: Run Tests
run: |
python manage.py test
python manage.py test -v2