File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 23
23
with :
24
24
repository : FirebasePrivate/firebase-android-buildtools
25
25
token : ${{ secrets.GOOGLE_OSS_BOT_TOKEN }}
26
- path : buildtools
26
+ path : firebase-android- buildtools
27
27
- name : Set up JDK 11
28
28
uses : actions/setup-java@v2
29
29
with :
42
42
- name : Set up Python 3.10
43
43
uses : actions/setup-python@v4
44
44
with :
45
- python-version : 3.10
45
+ python-version : ' 3.10'
46
46
- name : Set up fireci
47
47
run : pip3 install -e ci/fireci
48
48
- uses : google-github-actions/auth@v0
52
52
- name : Add google-services.json
53
53
run : echo $PERF_E2E_GOOGLE_SERVICES | base64 -d > google-services.json
54
54
- 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
56
56
57
57
autopush :
58
58
runs-on : ubuntu-latest
83
83
- name : Set up Python 3.10
84
84
uses : actions/setup-python@v4
85
85
with :
86
- python-version : 3.10
86
+ python-version : ' 3.10'
87
87
- name : Set up fireci
88
88
run : pip3 install -e ci/fireci
89
89
- uses : google-github-actions/auth@v0
93
93
- name : Add google-services.json
94
94
run : echo $PERF_E2E_GOOGLE_SERVICES | base64 -d > google-services.json
95
95
- 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
You can’t perform that action at this time.
0 commit comments