From 61acaae829d514a9fd931a40361a3528309e7167 Mon Sep 17 00:00:00 2001 From: Andrey Sobolev Date: Wed, 8 Oct 2025 20:25:31 +0700 Subject: [PATCH] Fix test to be executed only once --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d3cf09c0f..1474647070 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,8 +35,6 @@ jobs: DB_URL: 'postgresql://root@localhost:26258/defaultdb?sslmode=disable' ELASTIC_URL: 'http://localhost:9201' MONGO_URL: 'mongodb://localhost:27018' - - name: Rush test - run: node common/scripts/install-run-rush.js test --verbose - name: Publish packages if: startsWith(github.ref, 'refs/tags/v0.7.') || startsWith(github.ref, 'refs/tags/s0.7.') env: