Skip to content

Commit c224553

Browse files
Fix typo (#3680)
1 parent 96076f0 commit c224553

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

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

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

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