mirror of
https://github.com/goharbor/harbor.git
synced 2024-10-31 23:59:32 +01:00
52d980eb46
Signed-off-by: Yang Jiao <jiaoya@vmware.com>
57 lines
918 B
YAML
57 lines
918 B
YAML
name: CI
|
|
|
|
on:
|
|
pull_request:
|
|
paths:
|
|
- 'docs/**'
|
|
- '**.md'
|
|
- 'tests/**'
|
|
- '!tests/**.sh'
|
|
- '!tests/apitests/**'
|
|
- '!tests/ci/**'
|
|
push:
|
|
paths:
|
|
- 'docs/**'
|
|
- '**.md'
|
|
- 'tests/**'
|
|
- '!tests/**.sh'
|
|
- '!tests/apitests/**'
|
|
- '!tests/ci/**'
|
|
|
|
jobs:
|
|
UTTEST:
|
|
runs-on:
|
|
- ubuntu-latest
|
|
steps:
|
|
- run: 'echo "No run required"'
|
|
|
|
APITEST_DB:
|
|
runs-on:
|
|
- ubuntu-latest
|
|
steps:
|
|
- run: 'echo "No run required"'
|
|
|
|
APITEST_DB_PROXY_CACHE:
|
|
runs-on:
|
|
- ubuntu-latest
|
|
steps:
|
|
- run: 'echo "No run required"'
|
|
|
|
APITEST_LDAP:
|
|
runs-on:
|
|
- ubuntu-latest
|
|
steps:
|
|
- run: 'echo "No run required"'
|
|
|
|
OFFLINE:
|
|
runs-on:
|
|
- ubuntu-latest
|
|
steps:
|
|
- run: 'echo "No run required"'
|
|
|
|
UI_UT:
|
|
runs-on:
|
|
- ubuntu-latest
|
|
steps:
|
|
- run: 'echo "No run required"'
|