Skip to content

Commit 32da10c

Browse files
committed
ci: simplify beanstalkd launch
1 parent f667cda commit 32da10c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/php.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@ jobs:
6565
- name: Install & run Beanstalkd
6666
run: |
6767
sudo apt-get install -y beanstalkd
68-
sudo systemctl enable beanstalkd.service
69-
sudo systemctl enable beanstalkd.socket
7068
sudo systemctl start beanstalkd.service
7169
7270
- name: Install dependencies

0 commit comments

Comments
 (0)