mirror of
https://github.com/onestardao/WFGY.git
synced 2026-04-28 11:40:07 +00:00
Create ci.yml
This commit is contained in:
parent
49732675af
commit
1d04fcb419
1 changed files with 18 additions and 0 deletions
18
.github/workflows/ci.yml
vendored
Normal file
18
.github/workflows/ci.yml
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
name: WFGY-CI
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest # Linux runners
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.10'
|
||||
|
||||
|
||||
- run: pip install -e ".[dev]"
|
||||
|
||||
|
||||
- run: python tests/test_sdk_full.py
|
||||
Loading…
Add table
Add a link
Reference in a new issue