Skip to content

Commit 8c31f7e

Browse files
committed
test: Rename help-exit test to error status
1 parent d7f0e9f commit 8c31f7e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/help_exit.yml renamed to .github/workflows/exit_status.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Help-Exit
1+
name: Exit Status
22

33
on:
44
push:
@@ -49,4 +49,4 @@ jobs:
4949

5050
- name: Testing...
5151
run: |
52-
make command-help-exit
52+
make command-exit-status

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ command-local:
3333
./test/commands/local/run.sh
3434

3535
# new tests which check missing args not covered by existing tests
36-
command-help-exit: command-bump command-concat command-docs command-eval command-format command-info command-init command-lint command-recipe command-run command-source
36+
command-exit-status: command-bump command-concat command-docs command-eval command-format command-info command-init command-lint command-recipe command-run command-source
3737

3838
command-analyze:
3939
./test/commands/analyze/dsl/run.sh

0 commit comments

Comments
 (0)