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"