Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
daphne-sfdc committed Sep 5, 2023
1 parent d7411c5 commit 70edfed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lspE2E.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
echo 'after if statement block 4'
echo $TESTS_TO_RUN
if ($TESTS_TO_RUN==dummyvalue)
if ($TESTS_TO_RUN = "dummyvalue")
then
echo 'no tests are selected to be run'
TESTS_TO_RUN=$TESTS_TO_RUN+auraLsp.e2e.ts+lwcLsp.e2e.ts+visualforceLsp.e2e.ts
Expand Down

0 comments on commit 70edfed

Please sign in to comment.