diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 332b107be..25bef16be 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -121,7 +121,12 @@ jobs: shell: bash run: asdf reshim - - run: ./tools/test-ci/test.bash + - name: Run CI Tests + run: ./tools/test-ci/test.bash + + # TODO https://github.com/enola-dev/enola/issues/458 turn this "upside down"... + - name: Test Development Environment (DevEnv) + run: ./devenv.bash # Build docs/ into site/ (not just on main branch but also for pull requests, as test) - name: Build Docs Site