@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user