Prepare for federation testing in the CI
This commit is contained in:
parent
fc1219860b
commit
77a3197ad6
7 changed files with 14 additions and 3 deletions
2
tests/fixtures/instance1/config/.gitignore
vendored
Normal file
2
tests/fixtures/instance1/config/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
*
|
||||
!.gitignore
|
2
tests/fixtures/instance1/data/.gitignore
vendored
Normal file
2
tests/fixtures/instance1/data/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
*
|
||||
!.gitignore
|
2
tests/fixtures/instance2/config/.gitignore
vendored
Normal file
2
tests/fixtures/instance2/config/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
*
|
||||
!.gitignore
|
2
tests/fixtures/instance2/data/.gitignore
vendored
Normal file
2
tests/fixtures/instance2/data/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
*
|
||||
!.gitignore
|
7
tests/fixtures/me.yml
vendored
Normal file
7
tests/fixtures/me.yml
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
username: 'ci'
|
||||
name: 'CI tests'
|
||||
icon_url: 'https://sos-ch-dk-2.exo.io/microblogpub/microblobpub.png'
|
||||
domain: 'localhost:5005'
|
||||
summary: 'test instance summary'
|
||||
pass: '$2b$12$nEgJMgaYbXSPOvgnqM4jSeYnleKhXqsFgv/o3hg12x79uEdsR4cUy' # hello
|
||||
https: false
|
Loading…
Add table
Add a link
Reference in a new issue