File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,16 @@ jobs:
33
33
env :
34
34
CC : ${{ matrix.cc }}
35
35
SSL : ${{ matrix.ssl }}
36
- TFLAGS : ${{ matrix.select }} -DMQTT_LOCALHOST
36
+ TFLAGS : ${{ matrix.select }} -DMQTT_LOCALHOST -DNO_ABORT
37
37
steps :
38
38
- uses : actions/checkout@v4
39
39
with : { fetch-depth: 2 }
40
- - run : sudo apt -y update ; sudo apt -y install libmbedtls-dev libwolfssl-dev && test/setup_mqtt_server.sh && make -C test ${{ matrix.target }}
40
+ -
uses :
webfactory/[email protected]
41
+ with :
42
+ ssh-private-key : ${{ secrets.HEALTH_TESTS_SSH_KEY }}
43
+ - run : sudo apt -y update ; sudo apt -y install libmbedtls-dev libwolfssl-dev && test/setup_mqtt_server.sh && make -C test ${{ matrix.target }} > log
44
+ - run : test/health.awk < log > json
45
+ -
run :
scp -o "StrictHostKeyChecking=no" json "[email protected] :/data/downloads/linux_${{ matrix.target }}_${{ matrix.cc }}_${{ matrix.ssl }}_${{ matrix.select }}_$(date +"%Y%m%d").json"
41
46
mip :
42
47
runs-on : ubuntu-latest
43
48
strategy :
You can’t perform that action at this time.
0 commit comments