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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2020-12-29 10:18:29 +0300
committerJulius Härtl <jus@bitgrid.net>2020-12-29 10:42:27 +0300
commitc7a320d880e8275ebbd7c96022d173381e154bf4 (patch)
tree7cca66b1ea5d2379361c4060f972e8d201bdb437 /.drone.yml
parent14306222df3e7fe3b3dfeb1ab17a92deb4bf1520 (diff)
jsunit: Run jsunit with chromium/puppeteer on github actions
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml23
1 files changed, 0 insertions, 23 deletions
diff --git a/.drone.yml b/.drone.yml
index 34b58e1de58..f8f96f47501 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -1,27 +1,4 @@
kind: pipeline
-name: jsunit
-
-steps:
-- name: jsunit
- image: nextcloudci/jsunit:jsunit-5
- environment:
- CODECOV_TOKEN:
- from_secret: CODECOV_TOKEN
- commands:
- - ./autotest-js.sh
- - curl -o codecov.sh https://codecov.io/bash
- - bash codecov.sh -C $DRONE_COMMIT
-
-trigger:
- branch:
- - master
- - stable*
- event:
- - pull_request
- - push
-
----
-kind: pipeline
name: checkers
steps: