Update the production branch #82
@@ -6,7 +6,11 @@ jobs:
|
|||||||
name: Run make test
|
name: Run make test
|
||||||
runs-on: linux_amd64
|
runs-on: linux_amd64
|
||||||
steps:
|
steps:
|
||||||
- run: pwd
|
- name: "Checkout the repository"
|
||||||
- run: git clone "${{ gitea.server_url }}/${{ gitea.repository }}"
|
run: git clone "${{ gitea.server_url }}/${{ gitea.repository }}"
|
||||||
- run: pwd
|
- name: "real Run make test"
|
||||||
- run: ls
|
working-directory: ./django-dav-events
|
||||||
|
run: pwd
|
||||||
|
- name: "ls"
|
||||||
|
working-directory: ./django-dav-events
|
||||||
|
run: ls
|
||||||
|
|||||||
Reference in New Issue
Block a user