From bf097b561bb92433a732ab2bcbdad0162eec78e3 Mon Sep 17 00:00:00 2001 From: Mark VanderVoord Date: Sun, 11 Feb 2024 21:37:15 -0500 Subject: [PATCH] Enable module-generator tests. --- .github/workflows/main.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dbfef608..fe342e78 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -90,13 +90,20 @@ jobs: ceedling module:create[someNewModule] module:destroy[someNewModule] test:all cd ../.. - # Run FFF Example + # Run FFF Plugin Tests - name: Run Tests On FFF Plugin run: | cd plugins/fff rake cd ../.. + # Run Module Generator Plugin Tests + - name: Run Tests On Module Generator Plugin + run: | + cd plugins/module_generator + rake + cd ../.. + # Job: Automatic Minor Releases auto-release: name: "Automatic Minor Releases"