mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
update test-tools workflow: allocate 4 CPUs, 16GB memory, and disable seccomp for container
This commit is contained in:
2
.github/workflows/test-tools.yml
vendored
2
.github/workflows/test-tools.yml
vendored
@@ -81,7 +81,7 @@ jobs:
|
||||
runs-on: oss-vm
|
||||
container:
|
||||
image: meteor/circleci:2025.07.8-android-35-node-22
|
||||
options: --user root
|
||||
options: --user root --cpus 4 --memory 16g --security-opt seccomp=unconfined
|
||||
needs: setup
|
||||
timeout-minutes: 45
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user