diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c5f2d57..c2a4562 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -43,13 +43,18 @@ jobs: dfs cd pwd dfs version - dfs log 1 | echo l p114 -c 4 dogo tools/common.sh get_os_type tools/common.sh get_linux_dist - bash -x tools/common.sh post_log 1 2 3 | echo + + - name: check scripts and alias (no ret check) + shell: /bin/zsh -il {0} + run: | + dfs log 1 + bash -x tools/common.sh post_log 1 2 3 + return 0 - name: check update shell: /bin/zsh -ileo PIPE_FAIL {0}