We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 36fb4c7 + 0252fad commit 816a73aCopy full SHA for 816a73a
.github/workflows/test-changed-firestore-integration.yml
@@ -26,6 +26,6 @@ jobs:
26
cp config/ci.config.json config/project.json
27
yarn
28
- name: build
29
- run: yarn build:changed firestore-integration --buildAppExp
+ run: yarn build:changed firestore-integration --buildAppExp --buildAppCompat
30
- name: Run tests if firestore or its dependencies has changed
31
run: yarn test:changed firestore-integration
.github/workflows/test-changed-firestore.yml
- run: yarn build:changed firestore --buildAppExp
+ run: yarn build:changed firestore --buildAppExp --buildAppCompat
run: yarn test:changed firestore
0 commit comments