Skip to content

Commit

Permalink
Merge pull request #192 from UKGovernmentBEIS/regulator_update
Browse files Browse the repository at this point in the history
Update regulators.ts
  • Loading branch information
DineshKumarASD authored Apr 4, 2024
2 parents 35e2d07 + ddd45cb commit 0c4021f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [18.3]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
17 changes: 17 additions & 0 deletions src/server/regulator/config/regulators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,23 @@ const regulators: Regulator[] = [
name: 'Water Services Regulation Authority',
domain: 'ofwat.gov.uk',
},
{
id: 'gmail',
name: 'gmail test',
domain: 'gmail.com',
},
{
id: 'Safety',
name: 'Safety Tech Accelerator',
domain: 'lr.org',
},
{
id: 'Cognizant',
name: 'Cognizant test',
domain: 'cognizant.com',
}


];

export default regulators;

0 comments on commit 0c4021f

Please sign in to comment.