diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 95810ae..3292641 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,6 +28,8 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 20.x + - name: Set system ulimit + uses: medic/cht-core/.github/actions/bump-system-ulimit@476c97b0427e75ebdc1745afb5c73da0574f963a - name: Login to Docker Hub uses: docker/login-action@v3 with: