aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index c5bbd9e2c..35c91bf85 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -31,6 +31,11 @@ jobs:
31 ports: 31 ports:
32 - 10389:10389 32 - 10389:10389
33 33
34 s3ninja:
35 image: scireum/s3-ninja
36 ports:
37 - 9444:9000
38
34 strategy: 39 strategy:
35 fail-fast: false 40 fail-fast: false
36 matrix: 41 matrix:
@@ -40,6 +45,7 @@ jobs:
40 PGUSER: peertube 45 PGUSER: peertube
41 PGHOST: localhost 46 PGHOST: localhost
42 NODE_PENDING_JOB_WAIT: 250 47 NODE_PENDING_JOB_WAIT: 250
48 ENABLE_OBJECT_STORAGE_TESTS: true
43 49
44 steps: 50 steps:
45 - uses: actions/checkout@v2 51 - uses: actions/checkout@v2