This commit is contained in:
10
.gitea/workflows/test.yml
Normal file
10
.gitea/workflows/test.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
name: Run tests
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
run-tests:
|
||||
runs-on: linux_amd64
|
||||
steps:
|
||||
- run: echo "Echo ${{ gitea.repository }}"
|
||||
- run: echo "Echo ${{ gitea.repositoryUrl }}"
|
||||
- run: echo "Echo ${{ gitea.server_url }}"
|
||||
Reference in New Issue
Block a user