1
0
Fork 0
mirror of https://github.com/dbarzin/pandora-box.git synced 2025-08-02 20:35:26 +02:00
This commit is contained in:
dbarzin 2023-02-13 21:46:22 +01:00
parent dece003b36
commit d5ad9e87e8

View file

@ -18,31 +18,4 @@ jobs:
- name: Install Pandora
run: |
sudo ./install.sh
- name: Reboot server
hosts: server
become: yes
roles:
- reboot
vars_prompt:
- name: "reboot"
prompt: "Are you sure you want to reboot server (yes/no)?"
private: no
default: "no"
- name: Upload Screenshots
if: failure()
uses: actions/upload-artifact@v2
with:
name: screenshots
path: tests/Browser/screenshots
- name: Upload Console Logs
if: failure()
uses: actions/upload-artifact@v2
with:
name: console
path: tests/Browser/console
ifconfig && ip a