Skip to content

Commit 7ec3ec8

Browse files
committed
update
1 parent f79deef commit 7ec3ec8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
- name: Install yarn
1212
run: npm install -g yarn
1313
- name: Build
14-
run: yarn && yarn build
15-
- name: Echo
16-
run: echo "Build completed.."
14+
run: yarn && yarn build
15+
- name: List files
16+
run: ls

0 commit comments

Comments
 (0)