ci: print current step in multi-line command

This commit is contained in:
Kim, Jimin 2025-06-02 10:14:32 +09:00
parent 88fd16174f
commit 1761354292
Signed by: pomp
GPG key ID: D3932F82A0667A3B

View file

@ -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