Skip to content

Commit

Permalink
necessary env for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
themark147 committed Nov 25, 2024
1 parent e49e5be commit d4fb13b
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,17 @@ jobs:
tag_as_latest: true
-
name: Run tests
run: docker run ${{env.APP_IMAGE}} composer ci
run: docker run
-e SNOWFLAKE_DB_DATABASE
-e SNOWFLAKE_DB_HOST
-e SNOWFLAKE_DB_PORT
-e SNOWFLAKE_DB_SCHEMA
-e SNOWFLAKE_DB_USER
-e SNOWFLAKE_DB_WAREHOUSE
-e SNOWFLAKE_DB_ROLE_NAME
-e SNOWFLAKE_DB_PASSWORD
$APP_IMAGE
composer ci

tests-in-kbc:
needs: build
Expand Down

0 comments on commit d4fb13b

Please sign in to comment.