This repository has been archived on 2026-04-01. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Inventory_backend/.github/workflows/ci.yml
THOLOT DECHENE Matthieu fb0a18cb87
Some checks failed
test-ci-simple / test (push) Has been cancelled
Actualiser .github/workflows/ci.yml
2025-11-21 22:18:09 +00:00

15 lines
171 B
YAML

name: test-ci-simple
on:
push:
jobs:
test:
runs-on: self-hosted
steps:
- name: Just echo
run: |
echo "Runner OK"
uname -a