mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-08 00:30:22 +08:00
action test
This commit is contained in:
parent
612b0b6885
commit
4397f21c5d
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -27,10 +27,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: 3.7
|
python-version: 3.7
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: tools/snippets install_pip_reqs
|
||||||
tools/snippets install_pip_reqs
|
|
||||||
- name: Run checks and tests
|
- name: Run checks and tests
|
||||||
run: echo make -j2 check test
|
run: make -j2 check test
|
||||||
ci_windows:
|
ci_windows:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
@ -40,5 +39,5 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: 3.7
|
python-version: 3.7
|
||||||
- name: Display Python version
|
- name: Display Python version
|
||||||
run: python tools/snippets install_pip_reqs
|
run: python tools/snippets list_pip_reqs
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user