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 /.github | |
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
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/node-tests.yml | 2 |
1 files changed, 1 insertions, 1 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 |