Skip to content

Commit f7b5286

Browse files
committed
change test-changed definition instead
1 parent d8635bf commit f7b5286

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/test-changed.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Test Modified Packages
22

33
on: pull_request
4-
env:
5-
# make chromedriver detect installed Chrome version and download the corresponding driver
6-
DETECT_CHROMEDRIVER_VERSION: true
74

85
jobs:
96
test:

scripts/ci-test/testConfig.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,14 @@ export const testConfig: {
3434
'core': {
3535
'ignorePackages': [
3636
'@firebase/firestore',
37+
'@firebase/firestore-compat',
3738
'firebase-firestore-integration-test',
3839
'firebase-messaging-integration-test',
3940
'firebase-namespace-integration-test',
4041
'firebase-compat-typings-test',
4142
'@firebase/rules-unit-testing',
4243
'@firebase/auth',
44+
'@firebase/auth-compat',
4345
'firebase'
4446
]
4547
},
@@ -59,6 +61,6 @@ export const testConfig: {
5961
'alwaysIncludePackages': ['firebase-namespace-integration-test']
6062
},
6163
'auth': {
62-
'onlyIncludePackages': ['@firebase/auth']
64+
'onlyIncludePackages': ['@firebase/auth', '@firebase/auth-compat']
6365
}
6466
};

0 commit comments

Comments
 (0)