mirror of
https://github.com/Yubico/yubico-pam.git
synced 2024-11-29 00:24:11 +01:00
ci: always end tests with displaying logs
This commit is contained in:
parent
6c95950515
commit
371d6048fe
7
.github/workflows/build_and_test.yml
vendored
7
.github/workflows/build_and_test.yml
vendored
@ -61,3 +61,10 @@ jobs:
|
||||
MYSQL_PORT: ${{ job.services.mariadb.ports[3306] }}
|
||||
run: |
|
||||
tests/aux/build-and-test.sh
|
||||
- name: Display logs
|
||||
if: ${{ always() }}
|
||||
run: |
|
||||
for log in tests/*.log; do
|
||||
echo $log
|
||||
cat $log
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user