mirror of
https://github.com/project-zot/zot.git
synced 2026-06-15 20:07:55 +08:00
fix: reduce test run time (#1832)
Signed-off-by: Alexei Dodon <adodon@cisco.com>
This commit is contained in:
@@ -51,15 +51,6 @@ jobs:
|
||||
cache: false
|
||||
go-version: 1.20.x
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
cd $GITHUB_WORKSPACE
|
||||
go install github.com/swaggo/swag/cmd/swag@v1.8.12
|
||||
go mod download
|
||||
go install github.com/wadey/gocovmerge@latest
|
||||
go get -u github.com/swaggo/swag/cmd/swag
|
||||
go mod download
|
||||
|
||||
# Initializes the CodeQL tools for scanning.
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@v2.21.8
|
||||
|
||||
Reference in New Issue
Block a user