Explorar o código

fix: forgot to update eslint build env variables

Kristian Vos %!s(int64=3) %!d(string=hai) anos
pai
achega
aede27ef6c
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      .github/workflows/build-eslint.yml

+ 2 - 0
.github/workflows/build-eslint.yml

@@ -14,9 +14,11 @@ env:
     MONGO_ROOT_PASSWORD: PASSWORD_HERE
     MONGO_USER_USERNAME: musare
     MONGO_USER_PASSWORD: OTHER_PASSWORD_HERE
+    MONGO_DATA_LOCATION: .db
     REDIS_HOST: 127.0.0.1
     REDIS_PORT: 6379
     REDIS_PASSWORD: PASSWORD
+    REDIS_DATA_LOCATION: .redis
 
 jobs:
     build-eslint: