Skip to content

Commit

Permalink
remove tests
Browse files Browse the repository at this point in the history
  • Loading branch information
UnicoYal committed Dec 16, 2024
1 parent c20861a commit 2ecb111
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,26 +44,26 @@ jobs:
echo "Test coverage is below 60%! Current coverage: $COVERAGE%"
exit 1
fi
# linter:
# name: lint
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - uses: actions/setup-go@v4
# with:
# go-version: '1.22.0'
# cache: false
# - name: golangci-lint
# uses: golangci/golangci-lint-action@v3
# with:
# version: v1.53
# args: --timeout=30m --config=./.golangci.pipeline.yml --issues-exit-code=0
linter:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.22.0'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.53
args: --timeout=30m --config=./.golangci.pipeline.yml --issues-exit-code=0

build-and-push:
runs-on: ubuntu-latest
needs:
# needs:
# - linter
- test
# - test

steps:
- name: Checkout code
Expand Down

0 comments on commit 2ecb111

Please sign in to comment.