test ci
CI / test (push) Failing after 1s

This commit is contained in:
Maxime Lechable
2026-08-10 14:23:35 +00:00
parent 7735a61d6d
commit 69daeefea7
+11 -7
View File
@@ -1,9 +1,13 @@
stages:
- mon_app
name: CI
test_app:
stage: mon_app
image: python:latest
script:
- echo "hello world"
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Test
run: echo "Hello"