Skip to content

Commit

Permalink
chore(meta): Add vscode extension build to test runner (#4770)
Browse files Browse the repository at this point in the history
Add vscode extension build
  • Loading branch information
ccastrotrejo committed May 3, 2024
1 parent 625a030 commit 7e54ec9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ jobs:
# - run: npx nx affected --target=lint --parallel
- run: turbo run build --cache-dir=.turbo
- run: turbo run test:lib --cache-dir=.turbo
- run: turbo run build:extension --cache-dir=.turbo

0 comments on commit 7e54ec9

Please sign in to comment.