mirror of
https://github.com/maputnik/editor.git
synced 2025-12-06 22:30:00 +00:00
Use shared SHM for Docker image
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -169,6 +169,8 @@ jobs:
|
|||||||
image: selenium/standalone-${{ matrix.browser }}
|
image: selenium/standalone-${{ matrix.browser }}
|
||||||
ports:
|
ports:
|
||||||
- 4444:4444
|
- 4444:4444
|
||||||
|
volumes: # share shm with host: https://stackoverflow.com/questions/53902507/unknown-error-session-deleted-because-of-page-crash-from-unknown-error-cannot
|
||||||
|
- /dev/shm:/dev/shm
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|||||||
Reference in New Issue
Block a user