Skip to content

Commit

Permalink
Expand env var in expression
Browse files Browse the repository at this point in the history
b/290997541
  • Loading branch information
oxve committed Jul 19, 2023
1 parent e32ece9 commit 99f571f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/on_host_test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ runs:
run: |
echo "PYTHONPATH=$GITHUB_WORKSPACE" >> $GITHUB_ENV
echo "TEST_RESULTS_DIR=${GITHUB_WORKSPACE}/unit-test-results" >> $GITHUB_ENV
echo "XML_FILES_DIR=${TEST_RESULTS_DIR}/${{ matrix.platform }}/${{ matrix.shard }}" >> $GITHUB_ENV
echo "XML_FILES_DIR=${GITHUB_WORKSPACE}/unit-test-results/${{ matrix.platform }}/${{ matrix.shard }}" >> $GITHUB_ENV
echo "COVERAGE_DIR=${GITHUB_WORKSPACE}/coverage" >> $GITHUB_ENV
- name: Run Tests
shell: bash
Expand Down

0 comments on commit 99f571f

Please sign in to comment.