mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-26 08:53:32 +08:00
action test
This commit is contained in:
parent
f6ab8cc2de
commit
b0fc27f523
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
sudo apt-get -y install python3.7 python3.7-dev python3-pip python3-setuptools
|
||||
tools/snippets install_pip_reqs
|
||||
- name: Run checks and tests
|
||||
run: make -j2 check test
|
||||
run: echo make -j2 check test
|
||||
ci_windows:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
@ -27,5 +27,5 @@ jobs:
|
||||
with:
|
||||
python-version: 3.7
|
||||
- name: Display Python version
|
||||
run: python -c "import sys; print(sys.version)"
|
||||
run: python tools/snippets
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user