Skip to content

Commit

Permalink
Fix tests/reports handling
Browse files Browse the repository at this point in the history
  • Loading branch information
joernott committed Mar 25, 2024
1 parent dc35a8f commit aaa5056
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion styles/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ runs:
run: |
# styles: Run composer install
${{ inputs.debug }}
mkdir -p source/tests/reports
mkdir -p source/tests/reports source/dev-packages/${{ inputs.path }}/tests
ln -s source/tests/reports source/dev-packages/${{ inputs.path }}/tests/reports
echo -e "\033[0;35m### Running composer install with ${{ inputs.install_options }}\033[0m"
docker compose ${{ inputs.container_method }} -T \
${{ inputs.container_options }} \
Expand Down

0 comments on commit aaa5056

Please sign in to comment.