Skip to content

Commit

Permalink
Merge branch 'ci/ci-workflow' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinbyrne committed Feb 2, 2024
2 parents bb12c38 + 7ef1980 commit 439a83e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -32,6 +32,7 @@ jobs:
cache: yarn
- run: yarn install --immutable
- run: yarn pretest
- run: yarn test:precache
- run: yarn compile

unit:
Expand Down Expand Up @@ -120,7 +121,6 @@ jobs:
name: Run system tests

release:
name: Package and release to VS Code marketplace
runs-on: ubuntu-latest
needs: [unit, integration, system]
if: github.ref == 'refs/heads/master'
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@
"vscode:prepublish": "yarn run compile",
"lint": "eslint . --ext .ts",
"pretest": "yarn run lint && tsc --strict --skipLibCheck",
"test:precache": "node -e 'require(\"@vscode/test-electron\").downloadAndUnzipVSCode()'",
"test:integration": "ts-node ./test/integrationTest.ts",
"test:web-client": "mocha web/test/*.test.mjs",
"test:system": "ts-node test/systemTest.ts",
Expand Down

0 comments on commit 439a83e

Please sign in to comment.