Skip to content

Commit

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

0 comments on commit 62f516c

Please sign in to comment.