This commit is contained in:
parent
7889a699e7
commit
5dcde44dba
1 changed files with 17 additions and 0 deletions
17
.forgejo/workflows/run-tests.yml
Normal file
17
.forgejo/workflows/run-tests.yml
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
name: Run tests
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: docker
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Run tests
|
||||||
|
run: |
|
||||||
|
echo "Replace with your real test command"
|
||||||
Loading…
Add table
Reference in a new issue