CI: WIP
This commit is contained in:
parent
9c46237905
commit
b465394766
1 changed files with 9 additions and 0 deletions
|
@ -27,6 +27,15 @@ jobs:
|
|||
- name: Run tests (API call)
|
||||
run: .venv/bin/pytest -s tests/basic.py
|
||||
|
||||
- name: Get version
|
||||
uses: mtkennerly/dunamai-action@v1
|
||||
with:
|
||||
env-var: VERSION
|
||||
args: --style semver
|
||||
|
||||
- name: Version
|
||||
run: echo $VERSION
|
||||
|
||||
- name: Get version with git describe
|
||||
id: version
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue