This commit is contained in:
@@ -2,9 +2,11 @@ name: Run tests
|
|||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run-tests:
|
make-test:
|
||||||
|
name: Run make test
|
||||||
runs-on: linux_amd64
|
runs-on: linux_amd64
|
||||||
steps:
|
steps:
|
||||||
- run: pwd
|
- run: pwd
|
||||||
- run: ls
|
|
||||||
- run: git clone "${{ gitea.server_url }}/${{ gitea.repository }}"
|
- run: git clone "${{ gitea.server_url }}/${{ gitea.repository }}"
|
||||||
|
- run: pwd
|
||||||
|
- run: ls
|
||||||
|
|||||||
Reference in New Issue
Block a user