Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
matth-x committed Oct 11, 2024
1 parent 5cb68c9 commit 2adc58a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
name: Build Simulator
runs-on: ubuntu-latest
steps:
- name: Check env vars
run: |
echo "show MO_SIM_CONFIG"
echo "$MO_SIM_CONFIG"
echo "end"
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 2adc58a

Please sign in to comment.