diff options
author | Julius Härtl <jus@bitgrid.net> | 2020-12-29 08:18:29 +0100 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2020-12-29 08:42:27 +0100 |
commit | c7a320d880e8275ebbd7c96022d173381e154bf4 (patch) | |
tree | 7cca66b1ea5d2379361c4060f972e8d201bdb437 /.drone.yml | |
parent | 14306222df3e7fe3b3dfeb1ab17a92deb4bf1520 (diff) | |
download | nextcloud-server-c7a320d880e8275ebbd7c96022d173381e154bf4.tar.gz nextcloud-server-c7a320d880e8275ebbd7c96022d173381e154bf4.zip |
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.yml | 23 |
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: |