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 /.github
parent14306222df3e7fe3b3dfeb1ab17a92deb4bf1520 (diff)
jsunit: Run jsunit with chromium/puppeteer on github actions
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/node.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml
index bd750f394dc..b4b569134cb 100644
--- a/.github/workflows/node.yml
+++ b/.github/workflows/node.yml
@@ -49,6 +49,17 @@ jobs:
- name: Test
run: npm run test
+ jsunit:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v2
+ - name: Use node ${{ matrix.node-version }}
+ uses: actions/setup-node@v1
+ with:
+ node-version: ${{ matrix.node-version }}
+ - name: Test
+ run: ./autotest-js.sh
+
handlebars:
runs-on: ubuntu-latest
strategy: