diff --git a/.github/workflows/demo_test.yml b/.github/workflows/demo_test.yml index 619f14bd..5217b3e7 100644 --- a/.github/workflows/demo_test.yml +++ b/.github/workflows/demo_test.yml @@ -483,6 +483,10 @@ jobs: sleep ${{ env.nap_time }}; docker exec ${{ github.job }} bash -c "cd /root/occlum/demos/flink && SGX_MODE=SIM ./run_flink_on_occlum_glibc.sh task" + - name: Check flink task manager's log + if: ${{ always() }} + run: docker exec ${{ github.job }} bash -c "cd /root/occlum/demos/flink; cat occlum_instance_taskmanager/flink--taskmanager-0.log" + Cluster_serving_test: runs-on: ubuntu-18.04 steps: