Reviewed-on: https://code.forgejo.org/forgejo/end-to-end/pulls/1449 Reviewed-by: Mathieu Fenniak <mfenniak@noreply.code.forgejo.org> Co-authored-by: Andreas Ahlenstorf <andreas@ahlenstorf.ch> Co-committed-by: Andreas Ahlenstorf <andreas@ahlenstorf.ch>
9 lines
105 B
YAML
9 lines
105 B
YAML
on:
|
|
push:
|
|
|
|
jobs:
|
|
test:
|
|
runs-on: create-runner-file
|
|
steps:
|
|
- run: |
|
|
echo "OK"
|