feat(e2e): added enc key on gh action for be test file

This commit is contained in:
Akhil Mohan
2024-02-15 20:38:44 +05:30
parent 793440feb6
commit c71af00146

View File

@@ -42,6 +42,7 @@ jobs:
REDIS_URL: redis://172.17.0.1:6379
DB_CONNECTION_URI: postgres://infisical:infisical@172.17.0.1:5432/infisical?sslmode=disable
AUTH_SECRET: something-random
ENCRYPTION_KEY: 4bnfe4e407b8921c104518903515b218
- name: cleanup
run: |
docker-compose -f "docker-compose.pg.yml" down