Skip to content

Commit 92cafbd

Browse files
committed
chore: Update README.md and gitignore
1 parent 58e4ab6 commit 92cafbd

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,7 @@ terraform.tfstate.*.backup
99

1010
debug.test
1111

12+
.idea
13+
1214
# nexus pro license file
1315
scripts/license.lic

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
## Introduction
1818

19-
Terraform provider to configure Sonatype Nexus using it's API.
19+
Terraform provider to configure Sonatype Nexus using its API.
2020

2121
Implemented and tested with Sonatype Nexus `3.40.0-03`.
2222

@@ -84,7 +84,7 @@ terraform plan
8484
terraform apply
8585
```
8686

87-
### Testing / Start Nexus Environment
87+
### Testing
8888

8989
**NOTE**: For testing Nexus Pro features, place the `license.lic` in `scripts/`.
9090

@@ -102,10 +102,12 @@ Now start the tests
102102
make testacc
103103
```
104104

105-
or without S3 tests:
105+
or skipped tests:
106106

107107
```shell
108108
SKIP_S3_TESTS=1 make testacc
109+
SKIP_AZURE_TESTS=1 make testacc
110+
SKIP_PRO_TESTS=1 make testacc
109111
```
110112

111113
#### To debug tests

0 commit comments

Comments
 (0)