File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -71,19 +71,19 @@ Please consult `CONTRIB.md`
71
71
2 . To test on ` local ` :
72
72
```
73
73
user@machine:~$ export LABELBOX_TEST_API_KEY_LOCAL="<your local api key here>"
74
- make test-local # with an optional flag: PATH_TO_TEST=tests/integration/...etc LABELBOX_TEST_API_KEY =specify_here_or_export_me
74
+ make test-local # with an optional flag: PATH_TO_TEST=tests/integration/...etc LABELBOX_TEST_API_KEY_LOCAL =specify_here_or_export_me
75
75
```
76
76
77
77
3 . To test on ` staging ` :
78
78
```
79
79
user@machine:~$ export LABELBOX_TEST_API_KEY_STAGING="<your staging api key here>"
80
- make test-staging # with an optional flag: PATH_TO_TEST=tests/integration/...etc LABELBOX_TEST_API_KEY =specify_here_or_export_me
80
+ make test-staging # with an optional flag: PATH_TO_TEST=tests/integration/...etc LABELBOX_TEST_API_KEY_STAGING =specify_here_or_export_me
81
81
```
82
82
83
83
4 . To test on ` prod ` :
84
84
```
85
85
user@machine:~$ export LABELBOX_TEST_API_KEY_PROD="<your prod api key here>"
86
- make test-prod # with an optional flag: PATH_TO_TEST=tests/integration/...etc LABELBOX_TEST_API_KEY =specify_here_or_export_me
86
+ make test-prod # with an optional flag: PATH_TO_TEST=tests/integration/...etc LABELBOX_TEST_API_KEY_PROD =specify_here_or_export_me
87
87
```
88
88
89
89
5 . If you make any changes and need to rebuild the image used for testing, force a rebuild with the ` -B ` flag
You can’t perform that action at this time.
0 commit comments