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 aa88156 commit 410d033Copy full SHA for 410d033
.github/workflows/deploy-changed-samples.yml
@@ -97,9 +97,7 @@ jobs:
97
TEST_SESSION_SECRET: ${{ secrets.TEST_SESSION_SECRET }}
98
TEST_SLACK_CHANNEL_ID: ${{ secrets.TEST_SLACK_CHANNEL_ID }}
99
TEST_SLACK_TOKEN: ${{ secrets.TEST_SLACK_TOKEN }}
100
- POSTGRES_PASSWORD: ${{ secrets.POSTGRES_PASSWORD }}
101
- ALLOWED_HOSTS: ${{ secrets.ALLOWED_HOSTS }}
102
- SECRET_KEY: ${{ secrets.SECRET_KEY }}
+ TEST_ALLOWED_HOSTS: ${{ secrets.TEST_ALLOWED_HOSTS }}
103
run: |
104
SAMPLES=$(sed 's|^samples/||' changed_samples.txt | paste -s -d ',' -)
105
echo "Running tests for samples: $SAMPLES"
0 commit comments