mirror of
https://github.com/FlipsideCrypto/fsc-evm.git
synced 2026-02-06 13:26:49 +00:00
integration test
This commit is contained in:
parent
50632af5f3
commit
68f91c478c
@ -10,7 +10,7 @@ on:
|
||||
target:
|
||||
required: false
|
||||
type: string
|
||||
default: prod
|
||||
default: dev
|
||||
command:
|
||||
required: true
|
||||
type: string
|
||||
@ -50,7 +50,7 @@ jobs:
|
||||
if [[ "${{ inputs.target }}" == *"prod"* ]]; then
|
||||
echo "DATABASE=$PROFILE_NAME" >> $GITHUB_ENV
|
||||
echo "ROLE=DBT_CLOUD_$PROFILE_NAME" >> $GITHUB_ENV
|
||||
echo "WAREHOUSE=DBT_CLOUD" >> $GITHUB_ENV
|
||||
echo "WAREHOUSE=${{ inputs.warehouse }}" >> $GITHUB_ENV
|
||||
elif [[ "${{ inputs.target }}" == *"test"* ]]; then
|
||||
echo "DATABASE=$PROFILE_NAME" >> $GITHUB_ENV
|
||||
echo "ROLE=DBT_CLOUD_$PROFILE_NAME" >> $GITHUB_ENV
|
||||
|
||||
Loading…
Reference in New Issue
Block a user