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

Commit

Permalink
set environment variable value back to TESTS_TO_RUN
Browse files Browse the repository at this point in the history
  • Loading branch information
daphne-sfdc committed Sep 1, 2023
1 parent 4d0f733 commit 42d5809
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 2'
echo $TESTS_TO_RUN
echo "ENV_TESTS_TO_RUN=abcdefg" >> "$GITHUB_ENV"
# https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#environment-files
echo "ENV_TESTS_TO_RUN=$TESTS_TO_RUN" >> "$GITHUB_ENV"
- name: Print env.ENV_TESTS_TO_RUN
shell: bash
run: echo ${{ env.ENV_TESTS_TO_RUN }}
Expand Down

0 comments on commit 42d5809

Please sign in to comment.