File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 2727
2828 - uses : quarto-dev/quarto-actions/setup@v2
2929
30- - name : Build vscode extension
30+ - name : Build quarto repo
3131 run : |
32- cd apps/vscode
3332 yarn install
3433 yarn run build
3534
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ suite("Quarto basics", function () {
2424 // Note: the following tests may be flaky. They rely on waiting estimated amounts of time for commands to complete.
2525 test ( "Can edit in visual mode" , async function ( ) {
2626 // don't run this in CI for now because we haven't figured out how to get the LSP to start
27- if ( process . env [ 'CI' ] ) this . skip ( ) ;
27+ // if (process.env['CI']) this.skip();
2828
2929 const doc = await vscode . workspace . openTextDocument ( exampleWorkspaceOutPath ( "hello.qmd" ) ) ;
3030 const editor = await vscode . window . showTextDocument ( doc ) ;
You can’t perform that action at this time.
0 commit comments