ci: determinism tests need to run using dummy mode
This commit is contained in:
parent
9b44bcf3a8
commit
d2caadb41b
1 changed files with 3 additions and 0 deletions
|
@ -21,3 +21,6 @@ pipeline:
|
||||||
image: python:3.10-slim
|
image: python:3.10-slim
|
||||||
commands:
|
commands:
|
||||||
- bw test --metadata-determinism 3 --config-determinism 3
|
- bw test --metadata-determinism 3 --config-determinism 3
|
||||||
|
environment:
|
||||||
|
BW_VAULT_DUMMY_MODE: 1
|
||||||
|
BW_PASS_DUMMY_MODE: 1
|
||||||
|
|
Loading…
Reference in a new issue