@@ -478,9 +478,6 @@ jobs:
478
478
contents : read
479
479
steps :
480
480
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # version 4.1.4
481
- - name : Set file descriptor limit on macOS
482
- if : runner.os == 'macOS'
483
- run : ulimit -n 10000
484
481
- name : Run e2e deployment tests
485
482
uses : ./.github/actions/run_with_e2e_account
486
483
with :
@@ -528,9 +525,6 @@ jobs:
528
525
contents : read
529
526
steps :
530
527
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # version 4.1.4
531
- - name : Set file descriptor limit on macOS
532
- if : runner.os == 'macOS'
533
- run : ulimit -n 10000
534
528
- name : Run e2e sandbox tests
535
529
uses : ./.github/actions/run_with_e2e_account
536
530
with :
@@ -567,9 +561,6 @@ jobs:
567
561
node-version : 18
568
562
cdk-lib-version : ${{ needs.resolve_inputs.outputs.cdk_lib_version }}
569
563
- run : cd packages/cli && npm link
570
- - name : Set file descriptor limit on macOS
571
- if : runner.os == 'macOS'
572
- run : ulimit -n 10000
573
564
- name : Run e2e notices tests
574
565
run : npm run test:dir packages/integration-tests/lib/test-e2e/notices.test.js
575
566
e2e_backend_output :
@@ -628,9 +619,6 @@ jobs:
628
619
node-version : ${{ matrix.node-version }}
629
620
cdk-lib-version : ${{ needs.resolve_inputs.outputs.cdk_lib_version }}
630
621
- run : cd packages/cli && npm link
631
- - name : Set file descriptor limit on macOS
632
- if : runner.os == 'macOS'
633
- run : ulimit -n 10000
634
622
- name : Run e2e create-amplify tests
635
623
run : npm run test:dir packages/integration-tests/lib/test-e2e/create_amplify.test.js
636
624
e2e_package_manager :
@@ -657,9 +645,6 @@ jobs:
657
645
steps :
658
646
- name : Checkout aws-amplify/amplify-backend repo
659
647
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
660
- - name : Set file descriptor limit on macOS
661
- if : runner.os == 'macOS'
662
- run : ulimit -n 10000
663
648
- name : Run E2E flow tests with ${{ matrix.pkg-manager }}
664
649
uses : ./.github/actions/run_with_e2e_account
665
650
with :
0 commit comments