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

Commit

Permalink
try another method to set environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
daphne-sfdc committed Sep 1, 2023
1 parent 948d964 commit cd617a0
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 @@ -104,7 +104,8 @@ jobs:
echo 'after if statement block 1'
echo $TESTS_TO_RUN
# echo "ENV_TESTS_TO_RUN=$TESTS_TO_RUN" >> $GITHUB_ENV
echo "##vso[task.setvariable variable=ENV_TESTS_TO_RUN;]$TESTS_TO_RUN"
# echo "##vso[task.setvariable variable=ENV_TESTS_TO_RUN;]$TESTS_TO_RUN"
export TEST_TO_RUN=${{ env.ENV_TESTS_TO_RUN }}
echo ${{ env.ENV_TESTS_TO_RUN }}
echo $ENV_TESTS_TO_RUN
Expand Down

0 comments on commit cd617a0

Please sign in to comment.