Skip to content

Commit

Permalink
fix: typo regarding tests in contributing doc (#3563)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: ehmicky <ehmicky@users.noreply.github.com>
  • Loading branch information
3 people authored Nov 2, 2021
1 parent fa56df6 commit c6c514d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Running some integration tests requires an active Netlify account to create a li

You can either provide a [Netlify Auth Token](https://docs.netlify.com/cli/get-started/#obtain-a-token-in-the-netlify-ui) (through the `NETLIFY_AUTH_TOKEN` environment variable) or login via `./bin/run login` before running the tests.

The tests those count towards Netlify build minutes since they build a site locally and deploy it using the API.
The tests don't count towards Netlify build minutes since they build a site locally and deploy it using the API.

> You can disable these tests by setting the `NETLIFY_TEST_DISABLE_LIVE` environment variable to `true`.
Expand Down

1 comment on commit c6c514d

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📊 Benchmark results

Package size: 362 MB

Please sign in to comment.