mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 14:50:17 -04:00
Remove autotest-js.sh
It is just a proxy to npm run test:jsunit. Signed-off-by: Louis Chemineau <louis@chmn.me>
This commit is contained in:
parent
7fdb23928f
commit
aeebf13d5d
3 changed files with 1 additions and 15 deletions
2
.github/workflows/node-tests.yml
vendored
2
.github/workflows/node-tests.yml
vendored
|
|
@ -70,7 +70,7 @@ jobs:
|
|||
run: npm ci
|
||||
|
||||
- name: Test
|
||||
run: ./autotest-js.sh
|
||||
run: npm run test:jsunit
|
||||
|
||||
handlebars:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
|
|
@ -1,13 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
#
|
||||
# ownCloud
|
||||
#
|
||||
# Run JS tests
|
||||
#
|
||||
# @author Vincent Petry
|
||||
# @copyright 2014 Vincent Petry <pvince81@owncloud.com>
|
||||
#
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
npm run test:jsunit
|
||||
|
|
@ -57,7 +57,6 @@ $expectedFiles = [
|
|||
'apps',
|
||||
'autotest-checkers.sh',
|
||||
'autotest-external.sh',
|
||||
'autotest-js.sh',
|
||||
'autotest.sh',
|
||||
'babel.config.js',
|
||||
'build',
|
||||
|
|
|
|||
Loading…
Reference in a new issue