Skip to content

Commit

Permalink
Testing testing-docs-check script
Browse files Browse the repository at this point in the history
  • Loading branch information
kirdatatjana committed Oct 15, 2024
1 parent 58c5e38 commit 07863ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing-docs-check.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Check testing docs nightly
on:
schedule:
- cron: "0 12 * * *"
- cron: "30 20 * * *" #trigger it in 5 minutes

jobs:
check-testing-docs:
Expand Down
1 change: 1 addition & 0 deletions tests/integration/changeover.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import (
// * creates a transfer channel between the two chains
// * transitions the standalone chain to a consumer chain
// * confirms that no extra transfer channel is created, thus only one transfer channel and one CCV channel exist.
// test
func (suite *CCVTestSuite) TestRecycleTransferChannel() {
consumerKeeper := suite.consumerApp.GetConsumerKeeper()

Expand Down

0 comments on commit 07863ce

Please sign in to comment.