Skip to content

Commit

Permalink
Changing integration test to use a bats step.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Chatham committed Dec 20, 2024
1 parent 89f44de commit b789410
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,8 @@ jobs:
with:
path: eigenlayer-cli

- name: Install dependencies
run: |
sudo apt update
sudo apt install -y less bats
- name: Setup BATS
uses: mig4/setup-bats@v1

- name: Install EigenLayer CLI
run: |
Expand All @@ -207,15 +205,4 @@ jobs:
- name: Run User Command Integration Tests
run: |
cd eigenlayer-cli/tests/user
./user-integration-tests-runner.sh
- name: Cleanup Output Files
run: |
rm -rf eigenlayer-cli/tests/user
- name: Validate Test Success
if: failure()
run: |
echo "Integration tests failed!"
exit 1
bats user-integration-tests-runner.sh

0 comments on commit b789410

Please sign in to comment.