Skip to content

Commit

Permalink
Remove unnecessary memory limit passthrough
Browse files Browse the repository at this point in the history
  • Loading branch information
BentiGorlich committed Jan 25, 2025
1 parent 8acf984 commit 958080b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
DATABASE_PORT: 5432
REDIS_HOST: valkey
REDIS_PORT: 6379
run: php vendor/bin/paratest --passthru-php="'-d' 'memory_limit=192M'" tests/Unit
run: php vendor/bin/paratest tests/Unit

- name: Run non thread safe integration tests
env:
Expand All @@ -121,7 +121,7 @@ jobs:
DATABASE_PORT: 5432
REDIS_HOST: valkey
REDIS_PORT: 6379
run: php vendor/bin/paratest --passthru-php="'-d' 'memory_limit=192M'" tests/Functional --exclude-group NonThreadSafe
run: php vendor/bin/paratest tests/Functional --exclude-group NonThreadSafe
services:
postgres:
# Docker Hub image
Expand Down

0 comments on commit 958080b

Please sign in to comment.