File tree Expand file tree Collapse file tree 6 files changed +6
-216
lines changed Expand file tree Collapse file tree 6 files changed +6
-216
lines changed Original file line number Diff line number Diff line change 1
1
name : Continuous Integration
2
2
3
- on : push
3
+ on : pull_request
4
4
5
5
jobs :
6
6
build :
Original file line number Diff line number Diff line change 7
7
build /
8
8
dist /
9
9
* ~
10
- scripts / cert.json
11
- scripts / apikey.txt
10
+ cert.json
11
+ apikey.txt
12
12
htmlcov /
13
13
.pytest_cache /
14
14
.vscode /
Original file line number Diff line number Diff line change @@ -170,9 +170,9 @@ following credentials from the project:
170
170
171
171
1 . * Service account certificate* : This can be downloaded as a JSON file from
172
172
the "Settings > Service Accounts" tab of the Firebase console. Copy the
173
- file into the repo so it's available at ` scripts/ cert.json` .
173
+ file into the repo so it's available at ` cert.json ` .
174
174
2 . * Web API key* : This is displayed in the "Settings > General" tab of the
175
- console. Copy it and save to a new text file at ` scripts/ apikey.txt` .
175
+ console. Copy it and save to a new text file at ` apikey.txt ` .
176
176
177
177
Then set up your Firebase/GCP project as follows:
178
178
@@ -202,7 +202,7 @@ Then set up your Firebase/GCP project as follows:
202
202
Now you can invoke the integration test suite as follows:
203
203
204
204
```
205
- pytest integration/ --cert scripts/ cert.json --apikey scripts/ apikey.txt
205
+ pytest integration/ --cert cert.json --apikey apikey.txt
206
206
```
207
207
208
208
### Emulator-based Integration Testing
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments