diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3ba1983c86..302272d388 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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/.snowflake/config + run: echo "${{ secrets.SNOWFLAKE_CONFIG_FILE }}" > /home/runner/.snowflake/config - run: make test - run: make testacc