1
This commit is contained in:
parent
b76003c26f
commit
f01ab958e2
@ -19,6 +19,8 @@ jobs:
|
|||||||
- name: Clone repository
|
- name: Clone repository
|
||||||
run: git clone --revision ${{ gitea.sha }} --depth 1 ${{ gitea.server_url }}/${{ gitea.repository }}
|
run: git clone --revision ${{ gitea.sha }} --depth 1 ${{ gitea.server_url }}/${{ gitea.repository }}
|
||||||
|
|
||||||
|
- run: ls -lh test5
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
working-directory: test5
|
working-directory: test5
|
||||||
run: docker run -it --rm -v test5:/app local/alpine-gcc:latest
|
run: docker run -it --rm -v ./test5:/app local/alpine-gcc:latest
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user