Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
gzuidhof committed Jun 9, 2022
2 parents e6c4d17 + 9b13edb commit b1c7845
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/js-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ jobs:
working-directory: packages/starboard-notebook
run: npm run lint

- name: Postinstall Starlit
working-directory: packages/starboard-notebook/node_modules/starlit
run: npm run postinstall

- name: Starlit NBTest
working-directory: packages/starboard-notebook
run: npm run nbtest -- --timeout 150

0 comments on commit b1c7845

Please sign in to comment.