Skip to content

Commit 4785c1a

Browse files
authored
Merge branch 'master' into renovate/rollup-plugin-terser-7.x
2 parents 0257602 + c224553 commit 4785c1a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727
yarn
2828
- name: build
2929
run: yarn build:changed fcm-integration --buildAppExp
30-
- name: Run tests if FCM or its dependenceies has changed
31-
run: xvfb-run yarn test:changed fcm-integration
30+
- name: Run tests if FCM or its dependencies has changed
31+
run: xvfb-run yarn test:changed fcm-integration

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727
yarn
2828
- name: build
2929
run: yarn build:changed firestore-integration --buildAppExp
30-
- name: Run tests if firestore or its dependenceies has changed
31-
run: yarn test:changed firestore-integration
30+
- name: Run tests if firestore or its dependencies has changed
31+
run: yarn test:changed firestore-integration

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727
yarn
2828
- name: build
2929
run: yarn build:changed firestore --buildAppExp
30-
- name: Run tests if firestore or its dependenceies has changed
31-
run: yarn test:changed firestore
30+
- name: Run tests if firestore or its dependencies has changed
31+
run: yarn test:changed firestore

0 commit comments

Comments
 (0)