Skip to content

Commit

Permalink
[DEV-1074] Remove unused action
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Nikitin <andrew.nikitin@cheqd.io>
  • Loading branch information
Andrew Nikitin committed Apr 14, 2022
1 parent bc719ae commit 35b34cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
jobs:

check-building:
name: "Check build"
name: "Check binary building"
runs-on: ubuntu-latest

steps:
Expand All @@ -18,7 +18,7 @@ jobs:
run: go build main.go

try-docker-build:
name: "Check docker build"
name: "Check docker building"
runs-on: ubuntu-latest

steps:
Expand Down
14 changes: 0 additions & 14 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,3 @@ jobs:

- name: Run Golang unit tests
run: go test -v ./...

check-building:
name: "Check build"
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '1.17'

- name: Run Golang unit tests
run: go build main.go

0 comments on commit 35b34cf

Please sign in to comment.