This commit is contained in:
9
.gitea/workflows/test.yml
Normal file
9
.gitea/workflows/test.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
name: Test Runner
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Test
|
||||
run: echo "Runner fonctionne !"
|
||||
Reference in New Issue
Block a user