mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-01-11 15:39:37 -05:00
Fix typo
This commit is contained in:
parent
6e6dc320b4
commit
eb39add5ff
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -129,8 +129,8 @@ jobs:
|
||||
happy_path,
|
||||
happy_path_restart_bob_before_comm,
|
||||
bob_refunds_using_cancel_and_refund_command,
|
||||
bob_refunds_using_cancel_and_refund_command_timelock_not_exired,
|
||||
bob_refunds_using_cancel_and_refund_command_timelock_not_exired_force,
|
||||
bob_refunds_using_cancel_and_refund_command_timelock_not_expired,
|
||||
bob_refunds_using_cancel_and_refund_command_timelock_not_expired_force,
|
||||
]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
@ -4,7 +4,7 @@ status = [
|
||||
"build_test (x86_64-apple-darwin)",
|
||||
"docker_tests (happy_path)",
|
||||
"docker_tests (happy_path_restart_bob_before_comm)",
|
||||
"docker_tests (bob_refunds_using_cancel_and_refund_command.rs)",
|
||||
"docker_tests (bob_refunds_using_cancel_and_refund_command_timelock_not_exired_force.rs)",
|
||||
"docker_tests (bob_refunds_using_cancel_and_refund_command_timelock_not_exired.rs)"
|
||||
"docker_tests (bob_refunds_using_cancel_and_refund_command)",
|
||||
"docker_tests (bob_refunds_using_cancel_and_refund_command_timelock_not_expired_force)",
|
||||
"docker_tests (bob_refunds_using_cancel_and_refund_command_timelock_not_expired)"
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user