Skip to content

Commit

Permalink
TECH Switch to the latest Ubuntu and Docker Compose to overcome issue…
Browse files Browse the repository at this point in the history
…s with Plesk container start
  • Loading branch information
sibprogrammer committed Jul 8, 2024
1 parent f041331 commit e34be37
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on: [push]

jobs:
test:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- run: docker-compose run tests
- run: docker compose run tests
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
5 changes: 3 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright 1999-2024. WebPros International GmbH.
version: '2'
version: '3'
services:
plesk:
image: plesk/plesk:latest
Expand All @@ -12,7 +12,8 @@ services:
- /run
- /run/lock
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
- /sys/fs/cgroup:/sys/fs/cgroup
cgroup: host
tests:
build: .
environment:
Expand Down

0 comments on commit e34be37

Please sign in to comment.