-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(github): fix superlinter yaml issues
- v1.4.0
- v1.3.1
- v1.3.0
- v1.2.1
- v1.2.1-dev.1
- v1.2.0
- v1.2.0-dev.3
- v1.2.0-dev.2
- v1.2.0-dev.1
- v1.1.0
- v1.1.0-dev.3
- v1.1.0-dev.2
- v1.1.0-dev.1
- v1.0.0
- v1.0.0-dev.2
- v1.0.0-dev.1
- v0.14.0-dev.8
- v0.14.0-dev.7
- v0.14.0-dev.6
- v0.14.0-dev.5
- v0.14.0-dev.4
- v0.14.0-dev.3
- v0.14.0-dev.2
- v0.14.0-dev.1
- v0.13.4
- v0.13.3
- v0.13.2
- v0.13.1
- v0.13.0
- v0.13.0-dev.2
- v0.13.0-dev.1
- v0.12.0
- v0.12.0-dev.2
- v0.12.0-dev.1
- v0.11.3
- v0.11.2
- v0.11.1
- v0.11.0
- v0.11.0-dev.4
- v0.11.0-dev.3
- v0.11.0-dev.2
- v0.11.0-dev.1
- v0.10.0-dev.11
- v0.10.0-dev.10
- v0.10.0-dev.9
- v0.10.0-dev.8
- v0.10.0-dev.7
- v0.10.0-dev.6
- v0.8.0
Showing
6 changed files
with
19 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
--- | ||
name: e2e | ||
# Runs the CI end-to-end test network on all pushes to master or release branches | ||
# and every pull request, but only if any Go files have been changed. | ||
|
@@ -15,14 +16,14 @@ jobs: | |
strategy: | ||
fail-fast: true | ||
matrix: | ||
testnet: [ "dashcore", "rotate" ] | ||
testnet: ["dashcore", "rotate"] | ||
timeout-minutes: 25 | ||
env: | ||
FULLNODE_PUBKEY_KEEP: false | ||
steps: | ||
- uses: actions/setup-go@v2 | ||
with: | ||
go-version: '1.17' | ||
go-version: "1.17" | ||
- uses: actions/[email protected] | ||
with: | ||
submodules: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters