mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-07 08:03:30 +08:00
action test
This commit is contained in:
parent
1ecb572139
commit
612b0b6885
13
.github/workflows/ci.yml
vendored
13
.github/workflows/ci.yml
vendored
@ -18,6 +18,19 @@ jobs:
|
|||||||
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: echo make -j2 check test
|
||||||
|
ci_unix2:
|
||||||
|
runs-on: ubuntu-18.04
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v1
|
||||||
|
- name: Set up Python
|
||||||
|
uses: actions/setup-python@v1
|
||||||
|
with:
|
||||||
|
python-version: 3.7
|
||||||
|
- name: Install dependencies
|
||||||
|
run: |
|
||||||
|
tools/snippets install_pip_reqs
|
||||||
|
- name: Run checks and tests
|
||||||
|
run: echo make -j2 check test
|
||||||
ci_windows:
|
ci_windows:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user