mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-22 18:25:56 +01:00
Merge pull request #10456 from bitsf/stop_travis
feat(cicd):stop use travis
This commit is contained in:
commit
c4dd6c077e
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
@ -70,6 +70,8 @@ jobs:
|
||||
env
|
||||
bash ./tests/showtime.sh ./tests/travis/ut_install.sh
|
||||
- name: script
|
||||
env:
|
||||
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
echo IP: $IP
|
||||
bash ./tests/showtime.sh ./tests/travis/ut_run.sh $IP
|
||||
|
@ -17,4 +17,4 @@ docker ps
|
||||
DIR="$(cd "$(dirname "$0")" && pwd)"
|
||||
go test -race -i ./src/core ./src/jobservice
|
||||
sudo -E env "PATH=$PATH" "POSTGRES_MIGRATION_SCRIPTS_PATH=$DIR/../../make/migrations/postgresql/" ./tests/coverage4gotest.sh
|
||||
goveralls -coverprofile=profile.cov -service=travis-ci || true
|
||||
goveralls -coverprofile=profile.cov -service=github || true
|
Loading…
Reference in New Issue
Block a user