hasslesstech 4c3dca912f
Some checks failed
/ test1 (push) Failing after -1s
1
2026-03-18 17:31:34 +02:00

12 lines
256 B
YAML

on: [push]
jobs:
test1:
runs-on: host-arch-x86_64
steps:
- name: Clone repository
run: git clone --revision ${{ gitea.sha }} --depth 1 ${{ gitea.server_url }}/${{ gitea.repository }}
- name: Run tests
run: ./test.sh