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

This commit is contained in:
ІО-23 Шмуляр Олег 2026-03-18 17:51:09 +02:00
parent 43e86ae0ac
commit b2e4ffdf59

View File

@ -8,7 +8,8 @@ jobs:
run: git clone --revision ${{ gitea.sha }} --depth 1 ${{ gitea.server_url }}/${{ gitea.repository }}
- name: Build GCC container
run: docker build test5/Dockerfile -t local/alpine-gcc:latest
working-directory: test5
run: docker build . -f Dockerfile -t local/alpine-gcc:latest
run-tests:
runs-on: host-arch-x86_64