1
All checks were successful
/ build-images (push) Successful in 7s
/ run-tests (push) Successful in 8s

This commit is contained in:
ІО-23 Шмуляр Олег 2026-03-18 18:30:07 +02:00
parent 61793f5ffb
commit e68913b1f6

View File

@ -4,9 +4,6 @@ jobs:
build-images:
runs-on: host-arch-x86_64
steps:
- name: Debug print
run: echo '${{ toJson(gitea) }}'
- name: Clone repository
run: git clone --revision ${{ gitea.sha }} --depth 1 ${{ gitea.server_url }}/${{ gitea.repository }}
@ -17,12 +14,9 @@ jobs:
run-tests:
runs-on: host-arch-x86_64
needs: build-images
#container: local/alpine-gcc:latest
steps:
- name: Clone repository
run: git clone --revision ${{ gitea.sha }} --depth 1 ${{ gitea.server_url }}/${{ gitea.repository }}
- run: ls -lh test5
- name: Run tests
run: docker run -it --rm -v ./test5:/app local/alpine-gcc-${{gitea.ref_name}}:latest