From 4a9d450e2a16bd8155850b92a21b818c09708b3c Mon Sep 17 00:00:00 2001 From: Oleh Bairak Date: Fri, 26 Jan 2024 10:38:19 +0100 Subject: [PATCH] fix: test --- .github/workflows/integration-tests-api.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests-api.yml b/.github/workflows/integration-tests-api.yml index 16da06f8ba..a00c716f3d 100644 --- a/.github/workflows/integration-tests-api.yml +++ b/.github/workflows/integration-tests-api.yml @@ -34,7 +34,7 @@ jobs: with: node-version: ${{ matrix.node-version }} cache: npm - +# - name: Install dependencies run: | npm ci --no-audit