We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8741805 + c63df82 commit 2f1be0fCopy full SHA for 2f1be0f
1 file changed
.github/workflows/hostap-vm.yml
@@ -232,6 +232,7 @@ jobs:
232
working-directory: hostap/tests/hwsim/auth_serv
233
run: |
234
./update.sh
235
+ ./sha512-generate.sh
236
# Force regeneration of rsa3072-ca.key to get rsa3072-generate.sh to
237
# correctly update all the certs
238
rm rsa3072-ca.key
@@ -331,6 +332,10 @@ jobs:
331
332
rm -r /tmp/hwsim-test-logs
333
done < $GITHUB_WORKSPACE/wolfssl/.github/workflows/hostap-files/configs/${{ matrix.config.hostap_ref }}/tests
334
335
+ - name: show errors
336
+ if: ${{ failure() && steps.testing.outcome == 'failure' }}
337
+ run: grep -riP 'fail|error' /tmp/hwsim-test-logs/latest
338
+
339
# The logs are quite big. It hasn't been useful so far so let's not waste
340
# precious gh space.
341
#- name: zip logs
0 commit comments