Skip to content

Commit

Permalink
ci debug
Browse files Browse the repository at this point in the history
  • Loading branch information
0o-de-lally committed Jul 13, 2024
1 parent b398913 commit 6dc1fa3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ jobs:
name: Test deployment
runs-on: ubuntu-latest
steps:
# NOTE: for debugging CI this allow shell access to github runner. Will print out tmate.io terminal url
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
detached: true
timeout-minutes: 15
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v2
- uses: actions/setup-node@v3
Expand Down
5 changes: 4 additions & 1 deletion docs/validators/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ In this system, validators are required to submit bids as part of a competitive
### Compliance Requirements for Validators

#### Overview
To participate in the bidding process for the next epoch, validators must maintain compliance. Non-compliant validators at the time of an epoch change will be [jailed](tools/txs/validator.md) and must be un-jailed by one of the active validators to re-enter the process.
To participate in the bidding process for the next epoch, validators must
maintain compliance. Non-compliant validators at the time of an epoch change
will be [jailed](../tools/txs/validator.md) and must be
un-jailed by one of the active validators to re-enter the process.

#### Detailed Compliance Criteria

Expand Down

0 comments on commit 6dc1fa3

Please sign in to comment.