Skip to content

Commit 15e343e

Browse files
authored
Update blank.yml
1 parent d01cda0 commit 15e343e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/blank.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ jobs:
3535
git clone https://github.com/raikasdev/dudestack
3636
sudo ln -s "$(realpath ./dudestack/bin/popos.sh)" /usr/local/bin/createproject
3737
- name: Restart php7.4
38-
run: |
39-
sudo systemctl restart php7.4-fpm
40-
sudo systemctl status php7.4-fpm
38+
run: sudo systemctl restart php7.4-fpm; sudo systemctl status php7.4-fpm
4139
- name: Create project using dudestack
4240
run: echo -e "airdev\n\ntestuser\ntestpassword\ntest@example.com\nn" | createproject
4341
- name: Curl project

0 commit comments

Comments
 (0)