mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-06 07:23:37 +08:00
action test
This commit is contained in:
parent
6e13f67355
commit
c6a869acba
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -8,7 +8,7 @@ on:
|
|||||||
- cron: '0 12 * * *'
|
- cron: '0 12 * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
CI Linux:
|
ci_unix:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
@ -18,7 +18,7 @@ jobs:
|
|||||||
tools/snippets install_pip_reqs
|
tools/snippets install_pip_reqs
|
||||||
- name: Run checks and tests
|
- name: Run checks and tests
|
||||||
run: make -j2 check test
|
run: make -j2 check test
|
||||||
CI Windows:
|
ci_windows:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user