We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3700b84 commit fa10dadCopy full SHA for fa10dad
.github/workflows/documentation.yml
@@ -73,6 +73,16 @@ jobs:
73
with:
74
name: Simulator executable
75
path: MicroOcppSimulator
76
+ - name: Check Simulator and env vars
77
+ run: |
78
+ echo "show MicroOcppSimulator"
79
+ ls MicroOcppSimulator
80
+ echo "show MicroOcppSimulator/build"
81
+ ls MicroOcppSimulator/build
82
+ echo "show MicroOcppSimulator/public"
83
+ ls MicroOcppSimulator/public
84
+ echo "show MO_SIM_CONFIG"
85
+ echo $(MO_SIM_CONFIG)
86
- name: Measure heap and create reports
87
run: python tests/benchmarks/scripts/measure_heap.py
88
- name: Upload reports
0 commit comments