mirror of
https://github.com/goharbor/harbor
synced 2025-05-15 17:17:01 +00:00
feat(cicd):stop use travis
Change-Id: I8a979e4c63801c70ea0b520c864131901ab39506 Signed-off-by: Ziming Zhang <zziming@vmware.com>
This commit is contained in:
parent
3b35392c1c
commit
e4eec83e21
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…
x
Reference in New Issue
Block a user