Skip to content

Commit

Permalink
update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-swinkler committed Oct 25, 2023
1 parent ed0e002 commit 0c01730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: make tools
- name: Create and populate .snowflake/config file
env:
SNOWFLAKE_CONFIG_PATH: ${{ secrets.SNOWFLAKE_CONFIG_PATH }}
SNOWFLAKE_CONFIG_PATH: .snowflake/config
run: mkdir .snowflake && echo "${{ secrets.SNOWFLAKE_CONFIG_FILE }}" > .snowflake/config
- run: make test
- run: make testacc

0 comments on commit 0c01730

Please sign in to comment.