From d5ad9e87e8b37d8e23d997ce4b9f83f2ab1d911f Mon Sep 17 00:00:00 2001 From: dbarzin Date: Mon, 13 Feb 2023 21:46:22 +0100 Subject: [PATCH] test --- .github/workflows/ci.yml | 29 +---------------------------- 1 file changed, 1 insertion(+), 28 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0decc09..6036a88 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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