Skip to content

Commit

Permalink
Update DEVELOPMENT.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nieomylnieja authored Mar 6, 2024
1 parent 439e2df commit ca92792
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev-docs/DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ and makes local debugging easier.

Terraform Provider is mainly tested with acceptance tests, which are plain Go
tests run with an overlay of Terraform SDK orchestration.
You can run them with `make test/acc` (recommended).
You can run them with `make test/acc` (recommended) or from GitHub by dispatching
[this workflow](https://github.com/nobl9/terraform-provider-nobl9/actions/workflows/acc-tests-dispatch.yml).
More on acceptance tests can be found
[here](https://developer.hashicorp.com/terraform/plugin/sdkv2/testing/acceptance-tests).

Expand Down

0 comments on commit ca92792

Please sign in to comment.