Skip to content

Commit

Permalink
.env file path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iamnovichek committed Dec 17, 2024
1 parent 6327537 commit 14ebe16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Create .env file
run: |
cat << EOF > .env.dev
cat << EOF > /home/runner/work/spotnet/spotnet/.env
ENV_VERSION=DEV
STARKNET_NODE_URL=${{ env.STARKNET_NODE_URL }}
DB_USER=${{ env.DB_USER }}
Expand Down

0 comments on commit 14ebe16

Please sign in to comment.