Skip to content

Commit 1e17b96

Browse files
committed
Add todo
1 parent d8e476b commit 1e17b96

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-changed-firestore.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
yarn
3636
- name: build
3737
id: build
38+
# TODO(wuandy): Separate yarn and egrep into steps, so build failure
39+
# is captured by github actions.
3840
run: yarn build:changed firestore | egrep "Skipping all"
3941
# Continue when "Skipping all" is not found
4042
continue-on-error: true

0 commit comments

Comments
 (0)