Skip to content

Commit

Permalink
Merge pull request #1466 from alphagov/add-govuk-e2e-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
theseanything authored Oct 16, 2024
2 parents b95afc2 + b407b3c commit 840244d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions terraform/deployments/github/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -209,3 +209,8 @@ resource "github_actions_organization_secret_repositories" "pact_broker_username
secret_name = "GOVUK_PACT_BROKER_USERNAME"
selected_repository_ids = [for repo in local.pact_publishers : repo.repo_id]
}

import {
id = "govuk-e2e-tests"
to = github_repository.govuk_repos["govuk-e2e-tests"]
}
1 change: 1 addition & 0 deletions terraform/deployments/github/repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -837,6 +837,7 @@ repos:
govuk-rfcs: {}
govuk-ruby-images: {}
govuk-s3-mirror: {}
govuk-e2e-tests: {}
govuk-design-guide: {
teams: {
govuk: "maintain"
Expand Down

0 comments on commit 840244d

Please sign in to comment.