Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pleroma
pleroma
Commits
703e5829
Commit
703e5829
authored
Dec 13, 2019
by
rinpatch
Browse files
.gitlab-ci.yml: bump rum postgres to non-bugged version and disable
--trace
parent
f38fb42e
Pipeline
#21158
failed with stages
in 5 minutes and 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
703e5829
...
...
@@ -47,19 +47,19 @@ docs-build:
unit-testing
:
stage
:
test
services
:
-
name
:
lainsoykaf/postgres-with-rum
-
name
:
postgres:9.6
alias
:
postgres
command
:
[
"
postgres"
,
"
-c"
,
"
fsync=off"
,
"
-c"
,
"
synchronous_commit=off"
,
"
-c"
,
"
full_page_writes=off"
]
script
:
-
mix deps.get
-
mix ecto.create
-
mix ecto.migrate
-
mix coveralls
--trace
--preload-modules
-
mix coveralls --preload-modules
unit-testing-rum
:
stage
:
test
services
:
-
name
:
lainsoykaf
/postgres-with-rum
-
name
:
minibikini
/postgres-with-rum
:12
alias
:
postgres
command
:
[
"
postgres"
,
"
-c"
,
"
fsync=off"
,
"
-c"
,
"
synchronous_commit=off"
,
"
-c"
,
"
full_page_writes=off"
]
variables
:
...
...
@@ -69,7 +69,7 @@ unit-testing-rum:
-
mix ecto.create
-
mix ecto.migrate
-
"
mix
ecto.migrate
--migrations-path
priv/repo/optional_migrations/rum_indexing/"
-
mix test
--trace
--preload-modules
-
mix test --preload-modules
lint
:
stage
:
test
...
...
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