Skip to content

Commit cec2e1d

Browse files
authored
Fix CI workflow (opea-project#1518)
Signed-off-by: chensuyue <[email protected]>
1 parent 11b1969 commit cec2e1d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/pr-microservice-test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,6 @@ jobs:
6464
role-to-assume: ${{ secrets.AWS_IAM_ROLE_ARN }}
6565
aws-region: us-east-1
6666

67-
- name: Set Memory Map Limit
68-
if: ${{ contains(matrix.service, "opensearch") }}
69-
run: sudo sysctl -w vm.max_map_count=262144
70-
7167
- name: Run microservice test
7268
env:
7369
HF_TOKEN: ${{ secrets.HF_TOKEN }}

0 commit comments

Comments
 (0)