We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d01cda0 commit 15e343eCopy full SHA for 15e343e
.github/workflows/blank.yml
@@ -35,9 +35,7 @@ jobs:
35
git clone https://github.com/raikasdev/dudestack
36
sudo ln -s "$(realpath ./dudestack/bin/popos.sh)" /usr/local/bin/createproject
37
- name: Restart php7.4
38
- run: |
39
- sudo systemctl restart php7.4-fpm
40
- sudo systemctl status php7.4-fpm
+ run: sudo systemctl restart php7.4-fpm; sudo systemctl status php7.4-fpm
41
- name: Create project using dudestack
42
run: echo -e "airdev\n\ntestuser\ntestpassword\ntest@example.com\nn" | createproject
43
- name: Curl project
0 commit comments