Skip to content

Commit d8b24d1

Browse files
committed
Edit README.md and add how to test the plugin
1 parent 663ddc0 commit d8b24d1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,11 @@ in:
9393
./gradlew gem
9494
```
9595
96+
## Test
97+
98+
To run unit tests, we need to configure the following environment variables.
99+
```
100+
EMBULK_S3_TEST_BUCKET
101+
EMBULK_S3_TEST_ACCESS_KEY_ID
102+
EMBULK_S3_TEST_SECRET_ACCESS_KEY
103+
```

0 commit comments

Comments
 (0)