1
0
Fork 0
mirror of synced 2024-09-02 18:51:36 +12:00

Remove testcontainers debug logging.

This commit is contained in:
Sam Rose 2024-03-27 16:59:27 +00:00
parent 4183a0aeb7
commit ecdb5eec36
No known key found for this signature in database

View file

@ -1,8 +1,6 @@
#!/bin/bash #!/bin/bash
set -e set -e
export DEBUG=testcontainers*
if [[ -n $CI ]] if [[ -n $CI ]]
then then
export NODE_OPTIONS="--max-old-space-size=4096 --no-node-snapshot $NODE_OPTIONS" export NODE_OPTIONS="--max-old-space-size=4096 --no-node-snapshot $NODE_OPTIONS"