diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 27e0469..3cc0fe6 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -206,4 +206,5 @@ jobs: - name: Run User Command Integration Tests run: | - bats -r eigenlayer-cli/tests/user \ No newline at end of file + cd eigenlayer-cli/tests/user + ./user-integration-tests-runner.sh \ No newline at end of file