ci: print current step in multi-line command
This commit is contained in:
parent
88fd16174f
commit
1761354292
1 changed files with 9 additions and 0 deletions
|
@ -30,8 +30,17 @@ jobs:
|
|||
export NIX_STATE_DIR=$HOME/nix/var/nix
|
||||
export NIX_LOG_DIR=$HOME/nix/var/log/nix
|
||||
|
||||
echo pnpm install
|
||||
devenv shell pnpm install
|
||||
|
||||
echo pnpm lint
|
||||
devenv shell pnpm lint
|
||||
|
||||
echo pnpm build
|
||||
devenv shell pnpm build
|
||||
|
||||
echo pnpm test:unit
|
||||
devenv shell pnpm test:unit
|
||||
|
||||
echo pnpm test:e2e
|
||||
devenv shell pnpm test:e2e
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue