Skip to content

Commit 07064c2

Browse files
committed
Fix order
1 parent 0d68345 commit 07064c2

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ jobs:
2323
sudo apt-get install google-chrome-stable
2424
- name: Bump Node memory limit
2525
run: echo "NODE_OPTIONS=--max_old_space_size=4096" >> $GITHUB_ENV
26-
- name: Deploy project config if needed
27-
run: yarn ts-node scripts/ci-test/deploy-if-needed.ts
28-
env:
29-
FIREBASE_CLI_TOKEN: ${{secrets.FIREBASE_CLI_TOKEN}}
3026
- name: Test setup and yarn install
3127
run: |
3228
cp config/ci.config.json config/project.json
3329
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}}
3434
- name: build
3535
run: yarn build:changed firestore-integration
3636
- name: Run tests if firestore or its dependencies has changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ jobs:
2323
sudo apt-get install google-chrome-stable
2424
- name: Bump Node memory limit
2525
run: echo "NODE_OPTIONS=--max_old_space_size=4096" >> $GITHUB_ENV
26-
- name: Deploy project config if needed
27-
run: yarn ts-node scripts/ci-test/deploy-if-needed.ts
28-
env:
29-
FIREBASE_CLI_TOKEN: ${{secrets.FIREBASE_CLI_TOKEN}}
3026
- name: Test setup and yarn install
3127
run: |
3228
cp config/ci.config.json config/project.json
3329
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}}
3434
- name: build
3535
run: yarn build:changed firestore
3636
- name: Run tests if firestore or its dependencies has changed

.github/workflows/test-changed.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@ jobs:
5555
sudo apt-get install firefox
5656
- name: Bump Node memory limit
5757
run: echo "NODE_OPTIONS=--max_old_space_size=4096" >> $GITHUB_ENV
58-
- name: Deploy project config if needed
59-
run: yarn ts-node scripts/ci-test/deploy-if-needed.ts
60-
env:
61-
FIREBASE_CLI_TOKEN: ${{secrets.FIREBASE_CLI_TOKEN}}
6258
- name: Test setup and yarn install
6359
run: |
6460
cp config/ci.config.json config/project.json
6561
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}}
6666
- name: build
6767
run: yarn build:changed core
6868
- name: Run tests on changed packages

0 commit comments

Comments
 (0)