diff --git a/.github/hey_pipe_1.yml b/.github/hey_pipe_1.yml new file mode 100644 index 0000000..6a4c66c --- /dev/null +++ b/.github/hey_pipe_1.yml @@ -0,0 +1,23 @@ +stages: + - test + - build + +unit test: +stage: test +script: +- echo "test 1" + +linter: +stage: test +script: +- echo "test 2" + +type test: +stage: test +script: +- echo "test 3" + +build: +stage: build +script: + - ./build.sh diff --git a/.github/pipe-test.yaml b/.github/pipe-test.yaml new file mode 100644 index 0000000..ba38a01 --- /dev/null +++ b/.github/pipe-test.yaml @@ -0,0 +1 @@ +##