Skip to content

Commit

Permalink
Trying to fix redhat-actions/buildah
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksTeresh committed May 14, 2024
1 parent a56b6ad commit 656ff7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
node-version: '20.x'
cache: 'npm'

- run: npm install
# - run: npm install

- name: Build image
id: build-image
Expand All @@ -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
Expand Down

0 comments on commit 656ff7f

Please sign in to comment.