This commit is contained in:
parent
d925573629
commit
4f611b9544
3 changed files with 47 additions and 3 deletions
6
.forgejo/workflows/test.yaml
Normal file
6
.forgejo/workflows/test.yaml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
on: [push, workflow_dispatch]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: playwright-latest
|
||||
steps:
|
||||
- run: echo All good!
|
||||
Loading…
Add table
Add a link
Reference in a new issue