Try GitHub actions for CI
This commit is contained in:
10
.github/workflows/ci.yml
vendored
Normal file
10
.github/workflows/ci.yml
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install poetry
|
||||
run: pipx install poetry
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.10'
|
||||
cache: 'poetry'
|
||||
- run: poetry install
|
||||
- run: poetry run inv tests
|
Reference in New Issue
Block a user