We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bf7bf0 commit 3791543Copy full SHA for 3791543
.github/workflows/server.yml
@@ -54,6 +54,7 @@ jobs:
54
echo 'export NMDC_TESTING_DATABASE_URI="postgresql://nmdc:nmdc@localhost:5432/nmdc"' >> .env
55
echo 'export NMDC_MONGO_USER="${{ secrets.NMDC_MONGO_USER }}"' >> .env
56
echo 'export NMDC_MONGO_PASSWORD="${{ secrets.NMDC_MONGO_PASSWORD }}"' >> .env
57
+ echo 'export NMDC_STORAGE_KEY_PREFIX="testing"' >> .env
58
- name: Install dependencies
59
run: |
60
python -m pip install --upgrade pip
0 commit comments