Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GLPI
glpi
Commits
ee6be54b
Commit
ee6be54b
authored
Jun 21, 2021
by
Cédric Anne
Browse files
Merge branch '9.5/bugfixes'
parents
5094bb04
e9f0a13d
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/coverage.yml
View file @
ee6be54b
...
...
@@ -60,10 +60,6 @@ jobs:
-
name
:
"
Build
dependencies
/
translations"
run
:
|
docker-compose exec -T app .github/actions/init_build.sh
-
name
:
"
Initialize
fixtures"
if
:
env.skip != 'true'
run
:
|
.github/actions/init_initialize-services-fixtures.sh
-
name
:
"
Install
database"
run
:
|
docker-compose exec -T app .github/actions/test_install.sh
...
...
@@ -75,9 +71,11 @@ jobs:
docker-compose exec -T app .github/actions/test_tests-functionnal.sh
-
name
:
"
LDAP
tests"
run
:
|
.github/actions/init_initialize-ldap-fixtures.sh
docker-compose exec -T app .github/actions/test_tests-ldap.sh
-
name
:
"
IMAP
tests"
run
:
|
.github/actions/init_initialize-imap-fixtures.sh
docker-compose exec -T app .github/actions/test_tests-imap.sh
-
name
:
"
Codecov"
uses
:
"
codecov/codecov-action@v1"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment