Skip to content

Commit 67e9f25

Browse files
committed
Move to a separate workflow.
1 parent 9da5550 commit 67e9f25

File tree

3 files changed

+0
-16
lines changed

3 files changed

+0
-16
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ jobs:
2727
run: |
2828
cp config/ci.config.json config/project.json
2929
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}}
3430
- name: build
3531
run: yarn build:changed firestore-integration
3632
- name: Run tests if firestore or its dependencies has changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ jobs:
2727
run: |
2828
cp config/ci.config.json config/project.json
2929
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}}
3430
- name: build
3531
run: yarn build:changed firestore
3632
- name: Run tests if firestore or its dependencies has changed

.github/workflows/test-changed.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ jobs:
2727
run: |
2828
cp config/ci.config.json config/project.json
2929
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}}
3430
- name: build
3531
run: yarn build:changed core
3632
- name: Run tests on changed packages
@@ -59,10 +55,6 @@ jobs:
5955
run: |
6056
cp config/ci.config.json config/project.json
6157
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}}
6658
- name: build
6759
run: yarn build:changed core
6860
- name: Run tests on changed packages

0 commit comments

Comments
 (0)