mirror of
https://github.com/dbarzin/pandora-box.git
synced 2025-08-08 07:15:23 +02:00
test
This commit is contained in:
parent
4dc6ebd14f
commit
239d1e2199
2 changed files with 117 additions and 11 deletions
25
.github/workflows/ci.yml
vendored
25
.github/workflows/ci.yml
vendored
|
@ -16,18 +16,25 @@ jobs:
|
|||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Install Pandora
|
||||
- name: Install Pandora-box
|
||||
run: |
|
||||
echo "ip_address=$(curl -s ifconfig.me)" >> $GITHUB_ENV
|
||||
sudo ./install.sh
|
||||
|
||||
- name: test
|
||||
- name: Start Pandora-box
|
||||
run: |
|
||||
echo IP Adress is: ${{ env.ip_address }}
|
||||
cd pandora-box && ./pandora-box.py
|
||||
|
||||
- name: Restart and wait on server
|
||||
run: shutdown -r now
|
||||
- name: Upload Screenshots
|
||||
if: failure()
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: screenshots
|
||||
path: tests/Browser/screenshots
|
||||
|
||||
- name: Done
|
||||
run: |
|
||||
uptime && ls && echo "Done."
|
||||
- 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