Browse Source
Merge pull request #37573 from nextcloud/artonge/debt/remote_autotest-js.sh
Remove autotest-js.sh
pull/37513/head
Louis
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
1 additions and
15 deletions
-
.github/workflows/node-tests.yml
-
autotest-js.sh
-
build/files-checker.php
|
|
|
@ -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', |
|
|
|
|