This commit is contained in:
parent
0a042d0696
commit
69bfae0773
1 changed files with 13 additions and 0 deletions
13
.forgejo/workflows/tests.yml
Normal file
13
.forgejo/workflows/tests.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
on: [ push ]
|
||||||
|
jobs:
|
||||||
|
tests:
|
||||||
|
container:
|
||||||
|
image: docker.io/library/python:3.11-alpine
|
||||||
|
runs-on: docker
|
||||||
|
steps:
|
||||||
|
- run: apk add --no-cache git nodejs-current
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- run: pip install -U pytest beartype termcolor
|
||||||
|
- run: pytest
|
||||||
|
working-directory: compiler
|
||||||
Loading…
Add table
Add a link
Reference in a new issue