Skip to content

Commit 779cc29

Browse files
committed
remove cosmovisor test
1 parent ba045d9 commit 779cc29

File tree

2 files changed

+42
-31
lines changed

2 files changed

+42
-31
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -459,37 +459,6 @@ jobs:
459459
with:
460460
projectBaseDir: orm/
461461

462-
test-cosmovisor:
463-
runs-on: ubuntu-latest
464-
steps:
465-
- uses: actions/checkout@v3
466-
- uses: actions/setup-go@v4
467-
with:
468-
go-version: "1.21"
469-
check-latest: true
470-
cache: true
471-
cache-dependency-path: tools/cosmovisor/go.sum
472-
- uses: technote-space/[email protected]
473-
id: git_diff
474-
with:
475-
PATTERNS: |
476-
tools/cosmovisor/**/*.go
477-
tools/cosmovisor/go.mod
478-
tools/cosmovisor/go.sum
479-
- name: tests
480-
if: env.GIT_DIFF
481-
run: |
482-
cd tools/cosmovisor
483-
go test -mod=readonly -timeout 30m -coverprofile=coverage.out -covermode=atomic -tags='norace ledger test_ledger_mock rocksdb_build' ./...
484-
- name: sonarcloud
485-
if: ${{ env.GIT_DIFF && !github.event.pull_request.draft && env.SONAR_TOKEN != null }}
486-
uses: SonarSource/sonarcloud-github-action@master
487-
env:
488-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
489-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
490-
with:
491-
projectBaseDir: tools/cosmovisor/
492-
493462
test-confix:
494463
runs-on: ubuntu-latest
495464
steps:
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
2+
index 88cc942430..6c2af9708e 100644
3+
--- a/.github/workflows/test.yml
4+
+++ b/.github/workflows/test.yml
5+
@@ -459,37 +459,6 @@ jobs:
6+
with:
7+
projectBaseDir: orm/
8+
9+
- test-cosmovisor:
10+
- runs-on: ubuntu-latest
11+
- steps:
12+
- - uses: actions/checkout@v3
13+
- - uses: actions/setup-go@v4
14+
- with:
15+
- go-version: "1.21"
16+
- check-latest: true
17+
- cache: true
18+
- cache-dependency-path: tools/cosmovisor/go.sum
19+
- - uses: technote-space/[email protected]
20+
- id: git_diff
21+
- with:
22+
- PATTERNS: |
23+
- tools/cosmovisor/**/*.go
24+
- tools/cosmovisor/go.mod
25+
- tools/cosmovisor/go.sum
26+
- - name: tests
27+
- if: env.GIT_DIFF
28+
- run: |
29+
- cd tools/cosmovisor
30+
- go test -mod=readonly -timeout 30m -coverprofile=coverage.out -covermode=atomic -tags='norace ledger test_ledger_mock rocksdb_build' ./...
31+
- - name: sonarcloud
32+
- if: ${{ env.GIT_DIFF && !github.event.pull_request.draft && env.SONAR_TOKEN != null }}
33+
- uses: SonarSource/sonarcloud-github-action@master
34+
- env:
35+
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36+
- SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
37+
- with:
38+
- projectBaseDir: tools/cosmovisor/
39+
-
40+
test-confix:
41+
runs-on: ubuntu-latest
42+
steps:

0 commit comments

Comments
 (0)