Skip to content

Commit fa10dad

Browse files
committed
fix action
1 parent 3700b84 commit fa10dad

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/documentation.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,16 @@ jobs:
7373
with:
7474
name: Simulator executable
7575
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)
7686
- name: Measure heap and create reports
7787
run: python tests/benchmarks/scripts/measure_heap.py
7888
- name: Upload reports

0 commit comments

Comments
 (0)