Skip to content

Commit

Permalink
changed folder to images
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbysunil14 committed Dec 18, 2024
1 parent abc7592 commit ae3c8f1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/run-regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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
2 changes: 1 addition & 1 deletion src/test/GradleSingleModJakartaLSTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});
Expand Down

0 comments on commit ae3c8f1

Please sign in to comment.