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

Commit

Permalink
try using Write-Host to set env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
daphne-sfdc committed Sep 1, 2023
1 parent d344921 commit 0c5cde9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lspE2E.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ jobs:
fi
echo 'after if statement block'
echo $TESTS_TO_RUN
env.ENV_TESTS_TO_RUN = $TESTS_TO_RUN
Write-Host "##vso[task.setvariable variable=env.ENV_TESTS_TO_RUN;]$TESTS_TO_RUN"
# env.ENV_TESTS_TO_RUN = $TESTS_TO_RUN
echo ${{ env.ENV_TESTS_TO_RUN }}
# - name: Run headless test
Expand Down

0 comments on commit 0c5cde9

Please sign in to comment.