diff --git a/.github/workflows/client-build.yml b/.github/workflows/client-build.yml index 662c5441c22..68e296efc9b 100644 --- a/.github/workflows/client-build.yml +++ b/.github/workflows/client-build.yml @@ -25,5 +25,4 @@ jobs: working-directory: ./client-next run: | npm install - npm run build - npm run test \ No newline at end of file + npm run build \ No newline at end of file