mirror of
https://github.com/humhub/humhub.git
synced 2025-04-20 15:11:52 +02:00
Merge branch 'fix/try-fix-tests2' into fix/try-fix-tests
This commit is contained in:
commit
8c6ad3d796
3
.github/workflows/php-test.yml
vendored
3
.github/workflows/php-test.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user