From 7411beaf9e156b3d1b04c815e917a8c0243b53b6 Mon Sep 17 00:00:00 2001 From: on2kly <131701422+on2kly@users.noreply.github.com> Date: Tue, 30 Apr 2024 16:37:37 +0400 Subject: [PATCH 1/3] Create hey_pipe_1.yml --- .github/hey_pipe_1.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/hey_pipe_1.yml diff --git a/.github/hey_pipe_1.yml b/.github/hey_pipe_1.yml new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/.github/hey_pipe_1.yml @@ -0,0 +1 @@ + From 9eba49a79bc3444b5052f9ff71bc0840521fca1e Mon Sep 17 00:00:00 2001 From: on2kly <131701422+on2kly@users.noreply.github.com> Date: Tue, 30 Apr 2024 16:44:47 +0400 Subject: [PATCH 2/3] Update hey_pipe_1.yml --- .github/hey_pipe_1.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/.github/hey_pipe_1.yml b/.github/hey_pipe_1.yml index 8b13789..6a4c66c 100644 --- a/.github/hey_pipe_1.yml +++ b/.github/hey_pipe_1.yml @@ -1 +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 From 3490a6e8fd062f764fffe919b22c0ff4a912d149 Mon Sep 17 00:00:00 2001 From: on2kly <131701422+on2kly@users.noreply.github.com> Date: Tue, 30 Apr 2024 18:10:41 +0400 Subject: [PATCH 3/3] Create pipe-test.yaml --- .github/pipe-test.yaml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/pipe-test.yaml 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 @@ +##