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 2adc58a commit af6152bCopy full SHA for af6152b
.github/workflows/documentation.yml
@@ -17,11 +17,18 @@ jobs:
17
name: Build Simulator
18
runs-on: ubuntu-latest
19
steps:
20
+ - name: Check env vars
21
+ run: |
22
+ echo "show MO_SIM_CONFIG"
23
+ echo "${{ MO_SIM_CONFIG }}"
24
+ echo "end"
25
- name: Check env vars
26
run: |
27
echo "show MO_SIM_CONFIG"
28
echo "$MO_SIM_CONFIG"
29
echo "end"
30
+ env:
31
+ MO_SIM_CONFIG: ${{ secrets.MO_SIM_CONFIG }}
32
- uses: actions/checkout@v3
33
- uses: actions/setup-python@v4
34
with:
@@ -90,6 +97,8 @@ jobs:
90
97
91
98
- name: Measure heap and create reports
92
99
run: python tests/benchmarks/scripts/measure_heap.py
100
101
93
102
- name: Upload reports
94
103
uses: actions/upload-artifact@v4
95
104
0 commit comments