Skip to content

Commit 39e7222

Browse files
author
George Penkov
committed
Build workflow update
1 parent 1e3f32f commit 39e7222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Test
2727
run: docker run --volume "$PWD:/app" composer test > test_results.txt
2828
- name: Show results
29-
run: echo test_results.txt
29+
run: cat test_results.txt
3030
- name: Comment test results on PR
3131
uses: actions/github-script@v4
3232
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)