Skip to content

Commit

Permalink
Executing commands from eigenlayer-cli folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Chatham committed Dec 20, 2024
1 parent 6879378 commit a5dc22e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,11 @@ jobs:
- name: Prepare Integration Test Environment
run: |
echo "Preparing environment for integration tests."
cd eigenlayer-cli
cd tests/user
chmod +x user-integration-tests-runner.sh
- name: Run User Command Integration Tests
run: |
cd eigenlayer-cli
bats tests/user/user-integration-tests-runner.sh

0 comments on commit a5dc22e

Please sign in to comment.