Skip to content

Commit

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

0 comments on commit efcdc91

Please sign in to comment.