Skip to content

Commit

Permalink
Injecting the binary path into the .env file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Chatham committed Dec 20, 2024
1 parent c040487 commit 4829c3d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ jobs:
cd eigenlayer-cli
cd tests/user
chmod +x user-integration-tests-runner.sh
echo "CLI_PATH=${GITHUB_WORKSPACE}/bin/eigenlayer" >> tests/user/.env
- name: Run User Command Integration Tests
run: |
Expand Down
1 change: 0 additions & 1 deletion tests/user/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
CLI_PATH=$GITHUB_WORKSPACE/bin/eigenlayer
NETWORK=anvil
RPC_URL=http://localhost:8545
OUTPUT_FILE_FOLDER=output
Expand Down

0 comments on commit 4829c3d

Please sign in to comment.