From 34fdc6d8a56c27d01966cba33d6b6fb8b2b33c2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Pupier?= Date: Thu, 22 Feb 2024 10:24:59 +0100 Subject: [PATCH] store the chromedriver used on CI --- .github/workflows/template-main.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/template-main.yaml b/.github/workflows/template-main.yaml index 88efded63..80a7a292f 100644 --- a/.github/workflows/template-main.yaml +++ b/.github/workflows/template-main.yaml @@ -41,6 +41,12 @@ jobs: run: | xvfb-run --auto-servernum --server-args='-screen 0 1920x1080x24' npm test + - name: Store chromedriver downloaded + uses: actions/upload-artifact@v4 + if: failure() + with: + path: /home/runner/work/vscode-extension-tester/vscode-extension-tester/test/test-project/test-resources/chromedriver + - name: Upload Screenshots uses: actions/upload-artifact@v4 if: failure()