From 36cb56d674fb28321d15f743323fd5c1cca935b7 Mon Sep 17 00:00:00 2001 From: Etienne Dechamps Date: Sun, 26 May 2024 09:43:00 +0100 Subject: [PATCH] Take screenshot --- .github/workflows/continuous-integration.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 432789e..d61dd14 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -11,4 +11,12 @@ jobs: - shell: powershell run: Import-Certificate -FilePath Scream\Install\driver\x64\Scream.cat -CertStoreLocation Cert:\LocalMachine\TrustedPublisher - shell: powershell - run: Scream\Install\helpers\devcon-x64.exe install Scream\Install\driver\x64\Scream.inf *Scream \ No newline at end of file + run: Scream\Install\helpers\devcon-x64.exe install Scream\Install\driver\x64\Scream.inf *Scream + continue-on-error: true + timeout-minutes: 2 + - uses: OrbitalOwen/desktop-screenshot-action@0.1 + with: + file-name: 'desktop.jpg' + - uses: actions/upload-artifact@v2 + with: + path: 'desktop.jpg'