mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-26 00:47:10 +08:00
test
This commit is contained in:
parent
0c6e559aa6
commit
734e02541b
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@ -8,7 +8,7 @@ on:
|
||||
- cron: '0 12 * * *'
|
||||
|
||||
jobs:
|
||||
check:
|
||||
checklinux:
|
||||
runs-on: ubuntu-18.04
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
@ -18,4 +18,14 @@ jobs:
|
||||
tools/snippets install_pip_reqs
|
||||
- name: Run checks and tests
|
||||
run: make -j2 check test
|
||||
checkwin:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Set up Python
|
||||
uses: action/setup-python@1
|
||||
with:
|
||||
python-version: 3.7
|
||||
- name: Display Python version
|
||||
run: python3 -c "import sys; print(sys.version)"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user