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.
1 parent 36fb4c7 commit 869d59cCopy full SHA for 869d59c
.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