Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,9 @@ jobs:
- name: Run LPP tests
env:
LPP_MOCK_PROVIDER: ${{ github.workspace }}/language-provider-protocol/target/debug/lpp-mock-provider
run: scripts/test-lpp-integration.sh
run: >-
cargo test --locked -p wright-lpp -p wright-driver
--test mock_provider --test lpp --test provider_edit

# -------------------------------------------------------------------------
# [4] CLI BEHAVIOR (Wright CLI GitHub Actions renderer smoke test)
Expand Down
8 changes: 0 additions & 8 deletions scripts/test-lpp-integration.sh

This file was deleted.

Loading