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 1c71e9f commit f3f553b
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 @@ -19,6 +19,6 @@ jobs:
- name: Install dependencies
run: make tools
- name: Create and populate .snowflake/config file
run: echo "${{ secrets.SNOWFLAKE_CONFIG_FILE }}" > /home/runner/.snowflake/config
run: touch /home/runner/.snowflake/config && echo "${{ secrets.SNOWFLAKE_CONFIG_FILE }}" > /home/runner/.snowflake/config
- run: make test
- run: make testacc

0 comments on commit f3f553b

Please sign in to comment.