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