Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/tests.yml')
-rw-r--r--.github/workflows/tests.yml19
1 files changed, 0 insertions, 19 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index b6b1080915..22eda63abf 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -189,22 +189,3 @@ jobs:
with:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
coverage-reports: build/logs/clover.xml
-
- test-js:
- name: Test javascript files
- runs-on: ubuntu-latest
- steps:
- - name: Checkout code
- uses: actions/checkout@v3
-
- - name: Set up Node
- uses: actions/setup-node@v3
- with:
- node-version: '14'
- cache: 'yarn'
-
- - name: Install modules
- run: yarn install --non-interactive
-
- - name: Run tests
- run: yarn test