Skip to content

Commit

Permalink
Feature request test
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencheng committed Aug 4, 2024
1 parent 99b0b7c commit a6253bc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
13 changes: 13 additions & 0 deletions tests/functests/reture-demo.yml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit a6253bc

Please sign in to comment.