Skip to content

Commit

Permalink
tests: remove pass from CI (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrimalmadhur committed Jul 11, 2024
1 parent 69edd4c commit a942e4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
run: |
cd eigenlayer-cli
sleep 5
echo "HhzcmbpkHCQpvBlXrvLB" | ./bin/eigenlayer operator register tests/web3signer/operator-ci.yaml
./bin/eigenlayer operator register tests/web3signer/operator-ci.yaml
- name: Check operator status
run: |
Expand All @@ -140,12 +140,12 @@ jobs:
- name: Update operator details
run: |
cd eigenlayer-cli
echo "HhzcmbpkHCQpvBlXrvLB" | ./bin/eigenlayer operator update tests/web3signer/operator-ci.yaml
./bin/eigenlayer operator update tests/web3signer/operator-ci.yaml
- name: Update operator metadata uri
run: |
cd eigenlayer-cli
echo "HhzcmbpkHCQpvBlXrvLB" | ./bin/eigenlayer operator update-metadata-uri tests/web3signer/operator-ci.yaml
./bin/eigenlayer operator update-metadata-uri tests/web3signer/operator-ci.yaml
- name: Set Claimer address
run: |
Expand Down

0 comments on commit a942e4b

Please sign in to comment.