Skip to content

Commit

Permalink
Attempt to fix GITHUB_STEP_SUMMARY
Browse files Browse the repository at this point in the history
  • Loading branch information
vwout committed Jan 13, 2024
1 parent 26f7dca commit f9e1040
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ jobs:
uses: addnab/docker-run-action@v3
with:
image: vwout/obs-visca-control-test:lua-5.2
options: -v ${{ github.workspace }}:/github/workspace
options: -v ${{ github.workspace }}:/github/workspace -v /home/runner/work/_temp:/home/runner/work/_temp -e GITHUB_ENV -e GITHUB_OUTPUT -e GITHUB_PATH -e GITHUB_STATE -e GITHUB_STEP_SUMMARY
run: |
find test -name "*_test.lua" | xargs lunit
luacov obs-visca-control.lua libvisca.lua
echo "GITHUB_ENV: $GITHUB_ENV GITHUB_OUTPUT:$GITHUB_OUTPUT GITHUB_PATH:$GITHUB_PATH GITHUB_STATE: $GITHUB_STATE GITHUB_STEP_SUMMARY: $GITHUB_STEP_SUMMARY"
grep -A10 -B1 "Summary" luacov.report.out >> $GITHUB_STEP_SUMMARY

0 comments on commit f9e1040

Please sign in to comment.