Use postgres for artifact

This commit is contained in:
Mark McDowall 2024-01-04 15:05:04 -08:00
parent e4798e249b
commit 43658a994b
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ runs:
- name: Setup Test Variables
shell: bash
run: |
echo "RESULTS_NAME=${{ inputs.integration_tests && 'integation_' || 'unit_' }}${{ inputs.artifact }}" >> "$GITHUB_ENV"
echo "RESULTS_NAME=${{ inputs.integration_tests && 'integation_' || 'unit_' }}${{ inputs.artifact }}${{ use_postgres && '_postgres' }}" >> "$GITHUB_ENV"
- name: Setup Postgres Environment Variables
if: ${{ inputs.use_postgres }}