1
Some checks failed
/ build-images (push) Successful in 5s
/ run-tests (push) Failing after 2s

This commit is contained in:
ІО-23 Шмуляр Олег 2026-03-18 17:55:37 +02:00
parent b76003c26f
commit f01ab958e2

View File

@ -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