diff options
author | Louis <6653109+artonge@users.noreply.github.com> | 2023-04-04 17:02:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-04 17:02:22 +0200 |
commit | 93faf19ed9e98667a98a864b9f8119fc3b41d705 (patch) | |
tree | a91cf24644d9c2e35b01b27278717c676096a4f6 | |
parent | 565ee0dc81afc743cd141805ec1e1b7398004413 (diff) | |
parent | aeebf13d5d3e04d22481a2559fe879bf8afab8be (diff) | |
download | nextcloud-server-93faf19ed9e98667a98a864b9f8119fc3b41d705.tar.gz nextcloud-server-93faf19ed9e98667a98a864b9f8119fc3b41d705.zip |
Merge pull request #37573 from nextcloud/artonge/debt/remote_autotest-js.sh
Remove autotest-js.sh
-rw-r--r-- | .github/workflows/node-tests.yml | 2 | ||||
-rwxr-xr-x | autotest-js.sh | 13 | ||||
-rw-r--r-- | build/files-checker.php | 1 |
3 files changed, 1 insertions, 15 deletions
diff --git a/.github/workflows/node-tests.yml b/.github/workflows/node-tests.yml index 8dcf819e351..01afa262f19 100644 --- a/.github/workflows/node-tests.yml +++ b/.github/workflows/node-tests.yml @@ -70,7 +70,7 @@ jobs: run: npm ci - name: Test - run: ./autotest-js.sh + run: npm run test:jsunit handlebars: runs-on: ubuntu-latest diff --git a/autotest-js.sh b/autotest-js.sh deleted file mode 100755 index 7205cf4c42d..00000000000 --- a/autotest-js.sh +++ /dev/null @@ -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
\ No newline at end of file diff --git a/build/files-checker.php b/build/files-checker.php index 30927718811..f4531510c0a 100644 --- a/build/files-checker.php +++ b/build/files-checker.php @@ -57,7 +57,6 @@ $expectedFiles = [ 'apps', 'autotest-checkers.sh', 'autotest-external.sh', - 'autotest-js.sh', 'autotest.sh', 'babel.config.js', 'build', |