Skip to content

Commit

Permalink
Ensure package publishing works for future releases in every CI run
Browse files Browse the repository at this point in the history
  • Loading branch information
georg-schwarz committed Feb 12, 2024
1 parent 05bbc37 commit bf38bac
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,11 @@ jobs:

- name: Test
run: npx nx affected --target=test --parallel=3 --base=remotes/origin/main --head=HEAD --ci

# Ensure this works for future release publishing
- name: Publish Dry-Run
run: npx nx affected --target=pre-publish --parallel=3 --base=remotes/origin/main --head=HEAD --ci

# Ensure this works for future release publishing
- name: Pack VSCode Extension
run: npx nx run vs-code-extension:pack:prod

0 comments on commit bf38bac

Please sign in to comment.