From a6253bccaf9856c4209b7f7d578c723a6425f0d1 Mon Sep 17 00:00:00 2001 From: stephen cheng Date: Mon, 5 Aug 2024 02:40:01 +1000 Subject: [PATCH] Feature request test --- .github/workflows/go.yml | 2 +- tests/functests/reture-demo.yml | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 tests/functests/reture-demo.yml diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index a9d5186..6d69dd4 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -22,4 +22,4 @@ jobs: run: go version - name: Run single wip test - run: go run app/up/*.go ngo task -d ./tests/functests -t wip.yml -i dev --configdir=./tests/functests + run: go run app/up/*.go ngo task -d ./tests/functests -t feature-demo.yml -i dev --configdir=./tests/functests diff --git a/tests/functests/reture-demo.yml b/tests/functests/reture-demo.yml new file mode 100644 index 0000000..e826370 --- /dev/null +++ b/tests/functests/reture-demo.yml @@ -0,0 +1,13 @@ +note: | + test task showing feature request test + +tasks: + + - + name: Public_Task + desc: A public task could be used externally + task: + - + func: shell + do: + - echo "hello, this is the Public Task" \ No newline at end of file