mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Run tests in GitHub actions.
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -42,6 +42,11 @@ jobs:
|
||||
./venv/scripts/activate
|
||||
mypy theater
|
||||
|
||||
- name: Test
|
||||
run: |
|
||||
./venv/scripts/activate
|
||||
pytest tests
|
||||
|
||||
- name: Build binaries
|
||||
run: |
|
||||
./venv/scripts/activate
|
||||
|
||||
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@@ -44,6 +44,11 @@ jobs:
|
||||
./venv/scripts/activate
|
||||
mypy theater
|
||||
|
||||
- name: Test
|
||||
run: |
|
||||
./venv/scripts/activate
|
||||
pytest tests
|
||||
|
||||
- name: Build binaries
|
||||
run: |
|
||||
./venv/scripts/activate
|
||||
|
||||
Reference in New Issue
Block a user