mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-03 19:00:05 -06:00
* run api tests * run ocis via wrapper * add context, helpers and steps change ocis config * remove separate pipelines for special test cases * add context to behat config * fix suite name * set wrapper url while running tests * fix cors allow env name * address review * add ociswrapper codebase * add ci pipeline to build and cache wrapper * add step to check ociswrapper cache * invalidate wrapper cache and build new * build on pipeline step * undo unnecessary changes * undo unnecessary changes * fix php code * fix ocis run command * use tag for teardown * exclude wrapper vendor in codacy check * fix typos
23 lines
504 B
YAML
23 lines
504 B
YAML
---
|
|
exclude_paths:
|
|
- '.github/**'
|
|
- 'CHANGELOG.md'
|
|
- '**/CHANGELOG.md'
|
|
- 'changelog/**'
|
|
- '**/changelog/**'
|
|
- 'docs/**'
|
|
- '**/docs/**'
|
|
- '**/pkg/proto/**'
|
|
- 'idp/ui_config/**'
|
|
- 'idp/scripts/**'
|
|
- 'settings/rollup.config.js'
|
|
- 'accounts/rollup.config.js'
|
|
- 'deployments/**'
|
|
- 'tests/acceptance/expected-failures-*.md'
|
|
- 'tests/acceptance/features/bootstrap/**'
|
|
- 'tests/TestHelpers/**'
|
|
- 'tests/acceptance/run.sh'
|
|
- 'vendor/**/*'
|
|
- 'tests/ociswrapper/vendor/**'
|
|
...
|