Skip to content

Commit

Permalink
fix (build): Add (initial) missing CI test coverage for DevEnv 🫙
Browse files Browse the repository at this point in the history
  • Loading branch information
vorburger committed Feb 20, 2024
1 parent 3be6a6c commit 19b92ee
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 19b92ee

Please sign in to comment.