Skip to content

Commit

Permalink
run tests after build
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed Nov 15, 2023
1 parent 1065e58 commit 5c31b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
cache: 'yarn'

- run: yarn
- run: yarn turbo run lint test
- run: yarn deps:build
- run: yarn turbo run build
- run: yarn vscode:dev
- run: yarn turbo run lint test
- run: (cd apps/extension/client && npx vsce package --yarn)
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 5c31b8a

Please sign in to comment.