Browse Source

ci: Add advanced profile to CI smoke tests (#105)

- Add 'advanced' profile to profile-smoke-test matrix
- Ensures all 5 profiles (essential, developer, business, full, advanced) are tested
- Would have caught issue #103 (malformed URL errors in advanced profile)

Why this matters:
- Advanced profile has 117 components (most comprehensive)
- Previous CI only tested 4 of 5 profiles
- Bug in advanced profile went undetected until manual testing
Darren Hinde 2 months ago
parent
commit
8d362b9bd2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/installer-checks.yml

+ 1 - 1
.github/workflows/installer-checks.yml

@@ -158,7 +158,7 @@ jobs:
     needs: [non-interactive-tests]
     strategy:
       matrix:
-        profile: [essential, developer, business, full]
+        profile: [essential, developer, business, full, advanced]
     
     steps:
       - name: Checkout code