Skip to content

Commit 3791543

Browse files
committed
Add required config variable to GHA testing environment
1 parent 4bf7bf0 commit 3791543

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/server.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
echo 'export NMDC_TESTING_DATABASE_URI="postgresql://nmdc:nmdc@localhost:5432/nmdc"' >> .env
5555
echo 'export NMDC_MONGO_USER="${{ secrets.NMDC_MONGO_USER }}"' >> .env
5656
echo 'export NMDC_MONGO_PASSWORD="${{ secrets.NMDC_MONGO_PASSWORD }}"' >> .env
57+
echo 'export NMDC_STORAGE_KEY_PREFIX="testing"' >> .env
5758
- name: Install dependencies
5859
run: |
5960
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)