Skip to content

Commit

Permalink
Raise PHP_MEMORY_LIMIT
Browse files Browse the repository at this point in the history
  • Loading branch information
MKodde committed Aug 26, 2024
1 parent f5daf0e commit 8c39580
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-integration-webtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 30
env:
DOCKER_COMPOSE: PHP_MEMORY_LIMIT=265M docker compose -f docker-compose.yml -f docker-compose-ci.yml
DOCKER_COMPOSE: docker compose -f docker-compose.yml -f docker-compose-ci.yml
DOCKER_COMPOSE_PHP: docker compose -f docker-compose.yml -f docker-compose-ci.yml exec -T spdashboard

steps:
Expand All @@ -30,6 +30,8 @@ jobs:
- name: Start the docker images for testing
working-directory: spdashboard
run: ${DOCKER_COMPOSE} up -d
env:
PHP_MEMORY_LIMIT: 265M

- name: Bootstrap the openconext environment
working-directory: spdashboard
Expand Down

0 comments on commit 8c39580

Please sign in to comment.