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 b8b27b3 commit ed0e002
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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:
GITHUB_TOKEN: ${{ secrets.SNOWFLAKE_CONFIG_PATH }}
run: echo "${{ secrets.SNOWFLAKE_CONFIG_FILE }}" > .snowflake/config
SNOWFLAKE_CONFIG_PATH: ${{ secrets.SNOWFLAKE_CONFIG_PATH }}
run: mkdir .snowflake && echo "${{ secrets.SNOWFLAKE_CONFIG_FILE }}" > .snowflake/config
- run: make test
- run: make testacc

0 comments on commit ed0e002

Please sign in to comment.