This commit is contained in:
parent
cdf651b804
commit
89497afb8c
1 changed files with 20 additions and 0 deletions
20
.forgejo/workflows/test.yaml
Normal file
20
.forgejo/workflows/test.yaml
Normal file
|
@ -0,0 +1,20 @@
|
|||
name: Test
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
workflow_call:
|
||||
|
||||
|
||||
jobs:
|
||||
pytest:
|
||||
using: ubuntu:latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: pytest
|
Loading…
Add table
Reference in a new issue