Skip to content

Commit

Permalink
Adjust CRUNCH_CONFIG_FILENAME to point to an existing file
Browse files Browse the repository at this point in the history
because .env.example has been removed in
ca51756
  • Loading branch information
atodorov committed Apr 5, 2024
1 parent 3d3811b commit 74973b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,6 @@ jobs:
- name: Run cargo test
uses: actions-rs/cargo@v1
env:
CRUNCH_CONFIG_FILENAME: .env.example
CRUNCH_CONFIG_FILENAME: environments/cc3/testnet/.env
with:
command: test

0 comments on commit 74973b8

Please sign in to comment.