Skip to content

Commit

Permalink
Adding positron-code-cells to test-remote
Browse files Browse the repository at this point in the history
  • Loading branch information
dfalty committed Dec 6, 2023
1 parent 44454a9 commit b1da453
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scripts/test-remote-integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,14 @@ echo
"$INTEGRATION_TEST_ELECTRON_PATH" $LINUX_EXTRA_ARGS --folder-uri=$AUTHORITY$(mktemp -d 2>/dev/null) --extensionDevelopmentPath=$REMOTE_VSCODE/configuration-editing --extensionTestsPath=$REMOTE_VSCODE/configuration-editing/out/test $API_TESTS_EXTRA_ARGS $EXTRA_INTEGRATION_TEST_ARGUMENTS
kill_app

# Positron Extensions

echo
echo "### Positron Code Cells tests"
echo
yarn test-extension -l positron-code-cells
kill_app

# Cleanup

if [[ "$3" == "" ]]; then
Expand Down

0 comments on commit b1da453

Please sign in to comment.