Skip to content

Commit

Permalink
ci: e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
lihua committed Apr 28, 2024
1 parent 7563653 commit 33fb37f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ name: E2E Test Release
on:
pull_request:
branches:
- release/**
- release-**
push:
branches:
- release/**
- release-**

jobs:
test-e2e:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
- uses: actions/setup-go@v5
with:
go-version: "1.20"
check-latest: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ name: E2E Test
on:
pull_request:
branches:
- main
- develop
push:
branches:
- main
- develop

jobs:
test-e2e:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
- uses: actions/setup-go@v5
with:
go-version: "1.20"
check-latest: true
Expand Down
2 changes: 1 addition & 1 deletion cmd/mechaind/testnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

package main

// DONTCOVER xxx xx yy mm
// DONTCOVER xxx xx yy mm ccc

import (
"bufio"
Expand Down

0 comments on commit 33fb37f

Please sign in to comment.