Skip to content

Commit

Permalink
Update workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
raducoravu authored Jan 20, 2024
1 parent 1587e26 commit fd96798
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
run: |
cd ./build/
echo HELLO BEFORE
./gradlewCustom --build-file build-validate-ai.gradle --info --stacktrace runAIValidation
echo HELLO after
- name: REPORT
echo Building report
cat ../report.md
echo "$(cat ../report.md)" >> $GITHUB_STEP_SUMMARY

0 comments on commit fd96798

Please sign in to comment.