Skip to content

Commit

Permalink
KXI-33125: Bring inline with app-sec template
Browse files Browse the repository at this point in the history
  • Loading branch information
cterry45 committed Jan 29, 2024
1 parent e1e7a45 commit 4c81464
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/prod_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,21 @@ jobs:
- name: Build VSIX file
run: npm run build
- name: Run Tests
run: xvfb-run -a npm run test
run: xvfb-run -a npm run coverage
- name: Packaging
run: npm run package
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: KDB-VSCode-Extension
path: ./kdb-*vsix
retention_days: 1
retention-days: 1
- name: Upload lcov result for app-sec job
uses: actions/upload-artifact@v3
with:
name: lcov
path: coverage-reports/lcov.info
retention-days: 1

app-sec:
needs: build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
name: KDB-VSCode-Extension
path: ./kdb-*vsix
retention_days: 1
retention-days: 1
- name: Upload lcov result for app-sec job
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 4c81464

Please sign in to comment.