mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-23 02:35:17 +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
|
env
|
||||||
bash ./tests/showtime.sh ./tests/travis/ut_install.sh
|
bash ./tests/showtime.sh ./tests/travis/ut_install.sh
|
||||||
- name: script
|
- name: script
|
||||||
|
env:
|
||||||
|
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
echo IP: $IP
|
echo IP: $IP
|
||||||
bash ./tests/showtime.sh ./tests/travis/ut_run.sh $IP
|
bash ./tests/showtime.sh ./tests/travis/ut_run.sh $IP
|
||||||
|
@ -17,4 +17,4 @@ docker ps
|
|||||||
DIR="$(cd "$(dirname "$0")" && pwd)"
|
DIR="$(cd "$(dirname "$0")" && pwd)"
|
||||||
go test -race -i ./src/core ./src/jobservice
|
go test -race -i ./src/core ./src/jobservice
|
||||||
sudo -E env "PATH=$PATH" "POSTGRES_MIGRATION_SCRIPTS_PATH=$DIR/../../make/migrations/postgresql/" ./tests/coverage4gotest.sh
|
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