Skip to content

Commit af6152b

Browse files
committed
fix action
1 parent 2adc58a commit af6152b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/documentation.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,18 @@ jobs:
1717
name: Build Simulator
1818
runs-on: ubuntu-latest
1919
steps:
20+
- name: Check env vars
21+
run: |
22+
echo "show MO_SIM_CONFIG"
23+
echo "${{ MO_SIM_CONFIG }}"
24+
echo "end"
2025
- name: Check env vars
2126
run: |
2227
echo "show MO_SIM_CONFIG"
2328
echo "$MO_SIM_CONFIG"
2429
echo "end"
30+
env:
31+
MO_SIM_CONFIG: ${{ secrets.MO_SIM_CONFIG }}
2532
- uses: actions/checkout@v3
2633
- uses: actions/setup-python@v4
2734
with:
@@ -90,6 +97,8 @@ jobs:
9097
echo "$MO_SIM_CONFIG"
9198
- name: Measure heap and create reports
9299
run: python tests/benchmarks/scripts/measure_heap.py
100+
env:
101+
MO_SIM_CONFIG: ${{ secrets.MO_SIM_CONFIG }}
93102
- name: Upload reports
94103
uses: actions/upload-artifact@v4
95104
with:

0 commit comments

Comments
 (0)