Skip to content

Commit e86643f

Browse files
committed
fix
1 parent 2b4c032 commit e86643f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/fireperf-e2e.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
repository: FirebasePrivate/firebase-android-buildtools
2525
token: ${{ secrets.GOOGLE_OSS_BOT_TOKEN }}
26-
path: buildtools
26+
path: firebase-android-buildtools
2727
- name: Set up JDK 11
2828
uses: actions/setup-java@v2
2929
with:
@@ -42,7 +42,7 @@ jobs:
4242
- name: Set up Python 3.10
4343
uses: actions/setup-python@v4
4444
with:
45-
python-version: 3.10
45+
python-version: '3.10'
4646
- name: Set up fireci
4747
run: pip3 install -e ci/fireci
4848
- uses: google-github-actions/auth@v0
@@ -52,7 +52,7 @@ jobs:
5252
- name: Add google-services.json
5353
run: echo $PERF_E2E_GOOGLE_SERVICES | base64 -d > google-services.json
5454
- name: Run fireperf end-to-end tests
55-
run: fireci fireperf_e2e_test --plugin_repo_dir=buildtools --target_environment=prod
55+
run: fireci fireperf_e2e_test --plugin_repo_dir=firebase-android-buildtools --target_environment=prod
5656

5757
autopush:
5858
runs-on: ubuntu-latest
@@ -83,7 +83,7 @@ jobs:
8383
- name: Set up Python 3.10
8484
uses: actions/setup-python@v4
8585
with:
86-
python-version: 3.10
86+
python-version: '3.10'
8787
- name: Set up fireci
8888
run: pip3 install -e ci/fireci
8989
- uses: google-github-actions/auth@v0
@@ -93,4 +93,4 @@ jobs:
9393
- name: Add google-services.json
9494
run: echo $PERF_E2E_GOOGLE_SERVICES | base64 -d > google-services.json
9595
- name: Run fireperf end-to-end tests
96-
run: fireci fireperf_e2e_test --plugin_repo_dir=buildtools --target_environment=autopush
96+
run: fireci fireperf_e2e_test --plugin_repo_dir=firebase-android-buildtools --target_environment=autopush

0 commit comments

Comments
 (0)