1
Some checks failed
/ test1 (push) Failing after -1s

This commit is contained in:
ІО-23 Шмуляр Олег 2026-03-18 17:31:34 +02:00
parent a3eb9248c6
commit 4c3dca912f
2 changed files with 7 additions and 7 deletions

View File

@ -2,9 +2,10 @@ on: [push]
jobs:
test1:
runs-on: ubuntu-latest
container:
context: .
build: Dockerfile
runs-on: host-arch-x86_64
steps:
- run: "/test.sh"
- name: Clone repository
run: git clone --revision ${{ gitea.sha }} --depth 1 ${{ gitea.server_url }}/${{ gitea.repository }}
- name: Run tests
run: ./test.sh

View File

@ -1,5 +1,4 @@
#!/bin/sh
gcc /app/f.c -o /app/f
gcc f.c -o f
./f