Skip to content

Commit

Permalink
comment out misbehaving lines
Browse files Browse the repository at this point in the history
  • Loading branch information
hydrobeam committed Nov 7, 2024
1 parent 76e910c commit 56bbf73
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test-stellar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,11 +195,13 @@ jobs:
- name: Execute remove_operator action
run: node stellar/operators.js --action remove_operator --args $STELLAR_ADDRESS

- name: Execute refund action
run: node stellar/operators.js --action refund
# TODO: needs gas-service contract
# - name: Execute refund action
# run: node stellar/operators.js --action refund

- name: Execute execute action
run: node stellar/operators.js --action execute
# FIXME: find proper way to execute this
# - name: Execute execute action
# run: node stellar/operators.js --action execute --target $STELLAR_ADDRESS --method "is_operator"

# TODO: currently fails
# - name: is_operator with estimate_cost
Expand Down

0 comments on commit 56bbf73

Please sign in to comment.