Skip to content

Commit 869d59c

Browse files
authored
Add buildAppCompat flag to Firestore test workflows (#4037)
1 parent 36fb4c7 commit 869d59c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
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

+1-1
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)