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
74aa4299
Commit
74aa4299
authored
Jul 22, 2019
by
lain
Committed by
Steven Fuchs
Nov 26, 2019
Browse files
CI: Add testing stage for federated tests.
parent
717d2464
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
74aa4299
...
...
@@ -55,6 +55,18 @@ unit-testing:
-
mix ecto.migrate
-
mix coveralls --preload-modules
federated-testing
:
stage
:
test
services
:
-
name
:
lainsoykaf/postgres-with-rum
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 test --trace --only federated
unit-testing-rum
:
stage
:
test
services
:
...
...
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