Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonne Haß <me@jhass.eu>2020-11-04 18:49:53 +0300
committerJonne Haß <me@jhass.eu>2020-11-04 20:09:36 +0300
commitcfd5397cfcf1f8812360833426c9b8a60a1af6f6 (patch)
tree769e20763930ae72e278106fc80a36ab0edbbb20 /.github
parentd9013250fda394a32f823acaa88598fb94a859ad (diff)
GHA: Run Jasmine in separate, time limited step for now
closes #8182
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 8459f200f..d5e750d3f 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -58,3 +58,7 @@ jobs:
run: bundle
- name: Run tests
run: bin/rake --trace ci:${{ matrix.kind }}
+ - name: Run Jasmine
+ run: bin/rake jasmine:ci
+ timeout-minutes: 2
+ if: matrix.kind == 'other'