mirror of
https://github.com/jlengrand/bugsink.git
synced 2026-03-10 08:01:17 +00:00
Integration test using the extracted event-samples
This commit is contained in:
10
.github/workflows/tests.yml
vendored
10
.github/workflows/tests.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user