Skip to content

Commit 41e076e

Browse files
committed
Fixed formatting with readme file
1 parent 97874a4 commit 41e076e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

bigquery/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ You could also install and bring up Zeppelin on Google compute Engine.
77

88
# Unit Tests
99
BigQuery Unit tests are excluded as these tests depend on the BigQuery external service. This is because BigQuery does not have a local mock at this point.
10+
1011
If you like to run these tests manually, please follow the following steps:
11-
1. [Create a new project](https://support.google.com/cloud/answer/6251787?hl=en)
12-
2. [Create a Google Compute Engine instance](https://cloud.google.com/compute/docs/instances/create-start-instance)
13-
3. Copy the project ID that you created and add it to the property "projectId" in `resources/constants.json`
14-
4. Run the command mvn <options> -Dbigquery.text.exclude='' test -pl bigquery -am
12+
* [Create a new project](https://support.google.com/cloud/answer/6251787?hl=en)
13+
* [Create a Google Compute Engine instance](https://cloud.google.com/compute/docs/instances/create-start-instance)
14+
* Copy the project ID that you created and add it to the property "projectId" in `resources/constants.json`
15+
* Run the command mvn <options> -Dbigquery.text.exclude='' test -pl bigquery -am
1516

1617

1718
# Interpreter Configuration

0 commit comments

Comments
 (0)