From 656ff7fc62de342416011308872b266b69357ab7 Mon Sep 17 00:00:00 2001 From: Tereshchenko Aleksandr Date: Tue, 14 May 2024 16:33:48 +0300 Subject: [PATCH] Trying to fix redhat-actions/buildah --- .github/workflows/staging.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index cd0f690..421e564 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -18,7 +18,7 @@ jobs: node-version: '20.x' cache: 'npm' - - run: npm install + # - run: npm install - name: Build image id: build-image @@ -33,6 +33,7 @@ jobs: GIT_SHA=${{ github.sha }} STAGING=true E2E=false + extra-args: --ulimit nofile=4096:4096 - run: npm test - run: npm test:front