mirror of
https://github.com/gchq/CyberChef
synced 2025-01-16 06:23:53 +00:00
Increase nofile limit to 10,000 when building container on PR workflow too
This commit is contained in:
parent
a0729304d1
commit
4b95ab2477
1 changed files with 3 additions and 0 deletions
3
.github/workflows/pull_requests.yml
vendored
3
.github/workflows/pull_requests.yml
vendored
|
@ -46,6 +46,9 @@ jobs:
|
||||||
containerfiles: ./Containerfile
|
containerfiles: ./Containerfile
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
oci: true
|
oci: true
|
||||||
|
# Webpack seems to use a lot of open files, increase the max open file limit to accomodate.
|
||||||
|
extra-args: |
|
||||||
|
--ulimit nofile=10000
|
||||||
|
|
||||||
- name: UI Tests
|
- name: UI Tests
|
||||||
if: success()
|
if: success()
|
||||||
|
|
Loading…
Reference in a new issue