Skip to content

Commit

Permalink
test again
Browse files Browse the repository at this point in the history
  • Loading branch information
brianignacio5 committed Mar 6, 2024
1 parent 73d0e7e commit 56c6cf4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/actions/idf/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,12 @@ yarn
yarn lint
Xvfb -ac :99 -screen 0 1920x1080x16 & sleep 2 & yarn test
# echo ::set-output name=result::$(cat ./out/results/test-results.xml)
export test_result="$(cat ./out/results/test-results.xml)"
echo "result=${test_result}" >> $GITHUB_OUTPUT
# test_result="$(cat ./out/results/test-results.xml)"
# echo "result=${test_result}" >> $GITHUB_OUTPUT
# echo "result='$(cat ./out/results/test-results.xml)'" >> $GITHUB_OUTPUT
EOF=$(dd if=/dev/urandom bs=15 count=1 status=none | base64)
echo "result<<$EOF" >> $GITHUB_OUTPUT
echo "$(cat ./out/results/test-results.xml)" >> $GITHUB_OUTPUT
echo "$EOF" >> $GITHUB_OUTPUT

rm -r .vscode-test

0 comments on commit 56c6cf4

Please sign in to comment.