Skip to content

Commit

Permalink
test: see how we fair without increasing the open file limit
Browse files Browse the repository at this point in the history
  • Loading branch information
mrstork committed Jan 4, 2025
1 parent eb50361 commit 2696be2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ jobs:
deno-version: 'v1.46.3'
fail-fast: false
steps:
# Increasing the maximum number of open files. See:
# https://github.com/actions/virtual-environments/issues/268
- name: Increase open file limit
run: sudo ulimit -Sn 65536
if: "${{ matrix.os == 'macos-14' }}"
- run: git config --global core.symlinks true
# # Increasing the maximum number of open files. See:
# # https://github.com/actions/virtual-environments/issues/268
# - name: Increase open file limit
# run: sudo ulimit -Sn 65536
# if: "${{ matrix.os == 'macos-14' }}"
# - run: git config --global core.symlinks true
# Sets an output parameter if this is a release PR
- name: Check for release
id: release-check
Expand Down

0 comments on commit 2696be2

Please sign in to comment.