workflow experiment
All checks were successful
Run tests / run-tests (push) Successful in 1s

This commit is contained in:
2024-03-14 11:28:10 +01:00
parent 5d8d2e72d6
commit 7543f00cad

View File

@@ -5,6 +5,6 @@ jobs:
run-tests:
runs-on: linux_amd64
steps:
- run: echo "Echo ${{ gitea.repository }}"
- run: echo "Echo ${{ gitea.repositoryUrl }}"
- run: echo "Echo ${{ gitea.server_url }}"
- run: pwd
- run: ls
- run: git clone "${{ gitea.server_url }}/${{ gitea.repository }}"