dev #2

Merged
hasslesstech merged 4 commits from dev into master 2026-03-18 18:34:54 +02:00
Showing only changes of commit e68913b1f6 - Show all commits

View File

@ -4,9 +4,6 @@ jobs:
build-images: build-images:
runs-on: host-arch-x86_64 runs-on: host-arch-x86_64
steps: steps:
- name: Debug print
run: echo '${{ toJson(gitea) }}'
- 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 }}
@ -17,12 +14,9 @@ jobs:
run-tests: run-tests:
runs-on: host-arch-x86_64 runs-on: host-arch-x86_64
needs: build-images needs: build-images
#container: local/alpine-gcc:latest
steps: steps:
- 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
run: docker run -it --rm -v ./test5:/app local/alpine-gcc-${{gitea.ref_name}}:latest run: docker run -it --rm -v ./test5:/app local/alpine-gcc-${{gitea.ref_name}}:latest