update github-actions to redirect output as wanted

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-10-18 22:36:19 +02:00
parent a2c8096b57
commit 3de0d7ae6e
2 changed files with 2 additions and 33 deletions

View File

@@ -56,4 +56,4 @@ jobs:
mysql -h 127.0.0.1 --protocol=TCP -u root -pfr0xl0r.TravisCI froxlor010 < /tmp/froxlor.sql
- name: Run testing
run: ant quick-build
run: ant quick-build >> $GITHUB_OUTPUT