Skip to content

Commit

Permalink
autocommit
Browse files Browse the repository at this point in the history
  • Loading branch information
ablack3 committed Jan 5, 2024
1 parent b99839d commit 184298e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/TestCDMConnector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
/var/lib/docker
key: ${{ runner.os }}-executionengine.azurecr.io/darwin-base:v0.1

- name: check cach hit
run: cat ${{ steps.cache-docker.outputs.cache-hit != 'true' }}

- if: ${{ steps.cache-docker.outputs.cache-hit != 'true' }}
name: pull docker image
run: docker pull executionengine.azurecr.io/darwin-base:v0.1
Expand Down Expand Up @@ -54,6 +57,7 @@ jobs:
-e DBMS_NAME=${{ secrets.SNOWFLAKE_DBNAME }} \
-e DBMS_USER=${{ secrets.SNOWFLAKE_USER }} \
-e DBMS_PASSWORD=${{ secrets.SNOWFLAKE_PASSWORD }} \
-e DBMS_CATALOG=${{ secrets.SNOWFLAKE_WAREHOUSE }}
-e CDM_SCHEMA=${{ secrets.SNOWFLAKE_CDM_SCHEMA }} \
-e WRITE_SCHEMA=${{ secrets.SNOWFLAKE_SCRATCH_SCHEMA }} \
-v $(pwd)/TestCDMConnector:/tmp/TestCDMConnector \
Expand Down

0 comments on commit 184298e

Please sign in to comment.