Skip to content

Commit

Permalink
Merge pull request #35 from FlipsideCrypto/quickfix_test_warehouse
Browse files Browse the repository at this point in the history
change to TEST_WAREHOUSE var
  • Loading branch information
forgxyz authored Aug 30, 2023
2 parents 0c43385 + df4bc0d commit 6121255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dbt_test_daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
PASSWORD: "${{ secrets.PASSWORD }}"
REGION: "${{ vars.REGION }}"
DATABASE: "${{ vars.DATABASE }}"
WAREHOUSE: "${{ vars.WAREHOUSE }}"
WAREHOUSE: "${{ vars.TEST_WAREHOUSE }}"
SCHEMA: "${{ vars.SCHEMA }}"
SLACK_WEBHOOK_URL: "${{ secrets.SLACK_WEBHOOK_URL }}"

Expand Down

0 comments on commit 6121255

Please sign in to comment.