From ae3c8f1a12a254bb119b0e2a045dfad512af4712 Mon Sep 17 00:00:00 2001 From: gilbysunil14 Date: Wed, 18 Dec 2024 14:44:18 +0530 Subject: [PATCH] changed folder to images --- .github/workflows/run-regression-tests.yml | 18 +++++++++--------- src/test/GradleSingleModJakartaLSTest.ts | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/run-regression-tests.yml b/.github/workflows/run-regression-tests.yml index f9c137f9..cd80ace3 100755 --- a/.github/workflows/run-regression-tests.yml +++ b/.github/workflows/run-regression-tests.yml @@ -43,14 +43,14 @@ jobs: run: bash ./src/test/resources/ci/scripts/exec.sh BUILD # Archive artifacts - #- name: Archive artifacts - # if: runner.os == 'linux' && matrix.targetVSCode == 'latest' - # uses: actions/upload-artifact@v3 - # with: - # name: liberty-tools-vscode-${{ github.sha }} - # path: ./**/*.vsix - # if-no-files-found: warn - # retention-days: 7 + - name: Archive artifacts + if: runner.os == 'linux' && matrix.targetVSCode == 'latest' + uses: actions/upload-artifact@v3 + with: + name: liberty-tools-vscode-${{ github.sha }} + path: ./**/*.vsix + if-no-files-found: warn + retention-days: 7 # Build the plugin. - name: 'Test: RunTests' @@ -62,6 +62,6 @@ jobs: uses: actions/upload-artifact@v3 with: name: liberty-run-tests-screenshots-${{ github.sha }} - path: ./screenshots/*.png + path: ./images/*.png if-no-files-found: warn retention-days: 7 diff --git a/src/test/GradleSingleModJakartaLSTest.ts b/src/test/GradleSingleModJakartaLSTest.ts index 30f0b7cc..e0f5e6e8 100644 --- a/src/test/GradleSingleModJakartaLSTest.ts +++ b/src/test/GradleSingleModJakartaLSTest.ts @@ -48,7 +48,7 @@ describe('LSP4Jakarta LS test for snippet test', () => { after(() => { const sourcePath = VSBrowser.instance.getScreenshotsDir(); - const destinationPath = './screenshots'; + const destinationPath = './images'; copyFolderContents(sourcePath, destinationPath); });