Test static deploy action without pip
All checks were successful
Test / test (push) Successful in 12s
All checks were successful
Test / test (push) Successful in 12s
This commit is contained in:
parent
e6362c4862
commit
d40d2837f5
3 changed files with 60 additions and 49 deletions
|
|
@ -10,5 +10,4 @@ jobs:
|
|||
runs-on: docker
|
||||
steps:
|
||||
- uses: https://data.forgejo.org/actions/checkout@v6
|
||||
- run: python3 -m pip install pytest
|
||||
- run: python3 -m pytest -q
|
||||
- run: python3 -m unittest discover -s tests
|
||||
|
|
|
|||
Loading…
Reference in a new issue