File tree Expand file tree Collapse file tree 3 files changed +0
-16
lines changed Expand file tree Collapse file tree 3 files changed +0
-16
lines changed Original file line number Diff line number Diff line change 27
27
run : |
28
28
cp config/ci.config.json config/project.json
29
29
yarn
30
- - name : Deploy project config if needed
31
- run : yarn ts-node scripts/ci-test/deploy-if-needed.ts
32
- env :
33
- FIREBASE_CLI_TOKEN : ${{secrets.FIREBASE_CLI_TOKEN}}
34
30
- name : build
35
31
run : yarn build:changed firestore-integration
36
32
- name : Run tests if firestore or its dependencies has changed
Original file line number Diff line number Diff line change 27
27
run : |
28
28
cp config/ci.config.json config/project.json
29
29
yarn
30
- - name : Deploy project config if needed
31
- run : yarn ts-node scripts/ci-test/deploy-if-needed.ts
32
- env :
33
- FIREBASE_CLI_TOKEN : ${{secrets.FIREBASE_CLI_TOKEN}}
34
30
- name : build
35
31
run : yarn build:changed firestore
36
32
- name : Run tests if firestore or its dependencies has changed
Original file line number Diff line number Diff line change 27
27
run : |
28
28
cp config/ci.config.json config/project.json
29
29
yarn
30
- - name : Deploy project config if needed
31
- run : yarn ts-node scripts/ci-test/deploy-if-needed.ts
32
- env :
33
- FIREBASE_CLI_TOKEN : ${{secrets.FIREBASE_CLI_TOKEN}}
34
30
- name : build
35
31
run : yarn build:changed core
36
32
- name : Run tests on changed packages
59
55
run : |
60
56
cp config/ci.config.json config/project.json
61
57
yarn
62
- - name : Deploy project config if needed
63
- run : yarn ts-node scripts/ci-test/deploy-if-needed.ts
64
- env :
65
- FIREBASE_CLI_TOKEN : ${{secrets.FIREBASE_CLI_TOKEN}}
66
58
- name : build
67
59
run : yarn build:changed core
68
60
- name : Run tests on changed packages
You can’t perform that action at this time.
0 commit comments