Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmoffitt authored Jun 30, 2023
1 parent 34e51c9 commit c3c6879
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ You can install the plugin with the following bash command:
Usage
------------

You just need your [Tinybird](https://www.tinybird.co/) account and the token with append permissions
You just need your [Tinybird](https://www.tinybird.co/) account and a Token with append permissions

Set these env variables:

Expand All @@ -42,15 +42,14 @@ export TINYBIRD_DATASOURCE=<datasource_name> # will be created with first resul
export TINYBIRD_TOKEN=<token_with_append_permissions>
```

Just run pytest with `--report-to-tinybird`.
Then run pytest with `--report-to-tinybird`.


```bash
$ pytest tests --report-to-tinybird
```

CI execution info is filled using some env variables, the ones from GitLab.

CI execution info can also be set using some env variables. These are from GitLab:

```bash
CI_COMMIT_SHA
Expand All @@ -60,7 +59,7 @@ CI_JOB_NAME
CI_JOB_URL
```

In case you are not using GitLab you need to set it manually. For instance, for GitHub actions you can check our current [GitHub actions workflow](https://github.com/tinybirdco/pytest-tinybird/blob/master/.github/workflows/main.yml))
If you are not using GitLab, you will need to set them manually. For instance, for GitHub actions you can check our current [GitHub actions workflow](https://github.com/tinybirdco/pytest-tinybird/blob/master/.github/workflows/main.yml).

Data Source details
--------------------
Expand Down

0 comments on commit c3c6879

Please sign in to comment.