mirror of
https://github.com/dbarzin/pandora-box.git
synced 2025-08-03 21:05:24 +02:00
test
This commit is contained in:
parent
dece003b36
commit
d5ad9e87e8
1 changed files with 1 additions and 28 deletions
29
.github/workflows/ci.yml
vendored
29
.github/workflows/ci.yml
vendored
|
@ -18,31 +18,4 @@ jobs:
|
||||||
|
|
||||||
- name: Install Pandora
|
- name: Install Pandora
|
||||||
run: |
|
run: |
|
||||||
sudo ./install.sh
|
ifconfig && ip a
|
||||||
|
|
||||||
- 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
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue