Skip to content

Commit f6bf1a5

Browse files
committed
[ci] list yarn output
1 parent 2d011a3 commit f6bf1a5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-deploy-zodiac.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ jobs:
2020
run: yarn install --frozen-lockfile
2121

2222
- name: Build React App
23-
run: yarn build
23+
run:|
24+
yarn build
25+
ls -l
2426

2527
- name: Determine Branch Name
2628
id: get_branch

0 commit comments

Comments
 (0)