Skip to content

Commit 816a73a

Browse files
authored
Merge 0252fad into 36fb4c7
2 parents 36fb4c7 + 0252fad commit 816a73a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
cp config/ci.config.json config/project.json
2727
yarn
2828
- name: build
29-
run: yarn build:changed firestore-integration --buildAppExp
29+
run: yarn build:changed firestore-integration --buildAppExp --buildAppCompat
3030
- name: Run tests if firestore or its dependencies has changed
3131
run: yarn test:changed firestore-integration

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
cp config/ci.config.json config/project.json
2727
yarn
2828
- name: build
29-
run: yarn build:changed firestore --buildAppExp
29+
run: yarn build:changed firestore --buildAppExp --buildAppCompat
3030
- name: Run tests if firestore or its dependencies has changed
3131
run: yarn test:changed firestore

0 commit comments

Comments
 (0)