Skip to content

Commit

Permalink
review feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Savitha Raghunathan <saveetha13@gmail.com>
  • Loading branch information
savitharaghunathan committed Nov 18, 2024
1 parent b9b4bc9 commit 0d777de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ jobs:
# Run tests on different OSes
- name: Run tests (Linux)
if: matrix.arch == 'linux'
working-directory: ./vscode
run: xvfb-run -a npm run test

- name: Run tests (macOS)
Expand Down Expand Up @@ -153,7 +152,7 @@ jobs:
with:
tag: ${{ needs.release_prereq.outputs.tag_name }}
commit: ${{ github.sha }}
bodyFile: ./artifacts/release.md
bodyFile: ./artifacts/release.md
artifacts: |
./artifacts/konveyor-linux-*.vsix
./artifacts/konveyor-macos-*.vsix
Expand Down

0 comments on commit 0d777de

Please sign in to comment.