Merge branch 'fix/try-fix-tests2' into fix/try-fix-tests

This commit is contained in:
Yuriy Bakhtin 2025-04-10 11:12:21 +02:00
commit 8c6ad3d796

View File

@ -1,6 +1,7 @@
name: PHP Codeception Tests
on:
workflow_dispatch:
push:
branches:
- master
@ -56,7 +57,7 @@ jobs:
steps:
- name: Start Selenium
run: |
docker run --detach --net=host --shm-size="2g" selenium/standalone-chrome
docker run --detach --net=host --shm-size="2g" selenium/standalone-chrome:108.0-20250123
- uses: actions/checkout@v4
- uses: actions/setup-node@v4