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 f3f553b commit b8b27b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
- name: Install dependencies
run: make tools
- name: Create and populate .snowflake/config file
run: touch /home/runner/.snowflake/config && echo "${{ secrets.SNOWFLAKE_CONFIG_FILE }}" > /home/runner/.snowflake/config
env:
GITHUB_TOKEN: ${{ secrets.SNOWFLAKE_CONFIG_PATH }}
run: echo "${{ secrets.SNOWFLAKE_CONFIG_FILE }}" > .snowflake/config
- run: make test
- run: make testacc

0 comments on commit b8b27b3

Please sign in to comment.