Skip to content

Commit

Permalink
Test bash exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencheng committed Aug 4, 2024
1 parent 7eaf3af commit aa81b79
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/feature-request.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Go
name: Feature_Request_Tests

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Go
name: Github_Action_Test

on:
push:
Expand Down
1 change: 1 addition & 0 deletions funcs.rc
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ echo "syntax: feature_test_x testing_folder"
goup ngo task -d ./tests/functests/${testing_folder} -t feature -i dev --configdir=./tests/functests
else
echo "Please input a feature test folder name"
exit -1
fi
}

Expand Down

0 comments on commit aa81b79

Please sign in to comment.