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: name: CI
- mon_app
test_app: on:
stage: mon_app push:
image: python:latest
script: jobs:
- echo "hello world" test:
runs-on: ubuntu-latest
steps:
- name: Test
run: echo "Hello"