diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index a11a77f98..1da05dc28 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -15,7 +15,7 @@ jobs: services: backend: - image: ghcr.io/ydb-platform/local-ydb:nightly + image: ghcr.io/ydb-platform/local-ydb:25.1 ports: - 2135:2135 - 8765:8765 @@ -24,6 +24,7 @@ jobs: steps: - uses: actions/checkout@v4 with: + ref: ${{ github.event.pull_request.head.sha || github.sha }} fetch-depth: 0 - name: Setup Node.js diff --git a/tests/suites/tenant/queryEditor/queryEditor.test.ts b/tests/suites/tenant/queryEditor/queryEditor.test.ts index 61418d15e..4a1903680 100644 --- a/tests/suites/tenant/queryEditor/queryEditor.test.ts +++ b/tests/suites/tenant/queryEditor/queryEditor.test.ts @@ -143,7 +143,7 @@ test.describe('Test Query Editor', async () => { await expect(queryEditor.waitForStatus('Stopped')).resolves.toBe(true); }); - test('Streaming query shows some results and banner when stop button is clicked', async ({ + test.only('Streaming query shows some results and banner when stop button is clicked', async ({ page, }) => { // Safari in playwright has problem with painting an array