File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ export function describeAccuracyTests(
16
16
models : TestableModels ,
17
17
accuracyTestConfigs : AccuracyTestConfig [ ]
18
18
) {
19
- const accuracyDatetime = process . env . ACCURACY_DATETIME ;
19
+ const accuracyDatetime = process . env . MDB_ACCURACY_DATETIME ;
20
20
if ( ! accuracyDatetime ) {
21
- throw new Error ( "ACCURACY_DATETIME environment variable is not set" ) ;
21
+ throw new Error ( "MDB_ACCURACY_DATETIME environment variable is not set" ) ;
22
22
}
23
- const accuracyCommit = process . env . ACCURACY_COMMIT ;
23
+ const accuracyCommit = process . env . MDB_ACCURACY_COMMIT ;
24
24
if ( ! accuracyCommit ) {
25
- throw new Error ( "ACCURACY_COMMIT environment variable is not set" ) ;
25
+ throw new Error ( "MDB_ACCURACY_COMMIT environment variable is not set" ) ;
26
26
}
27
27
28
28
if ( ! models . length ) {
You can’t perform that action at this time.
0 commit comments