Skip to content

Commit 8bbef10

Browse files
committed
Add buildAppCompat flag to Firestore test workflows
1 parent 36fb4c7 commit 8bbef10

File tree

3 files changed

+3
-3
lines changed

3 files changed

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

.github/workflows/test-changed-misc.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 misc --buildAppExp
29+
run: yarn build:changed misc --buildAppExp
3030
- name: Run tests
3131
run: yarn test:changed misc

0 commit comments

Comments
 (0)