Skip to content

Commit

Permalink
require e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
CoryAtTruss committed Dec 21, 2023
1 parent f6cf322 commit 8a8d93e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,12 @@ branches:
strict: true
# Required. The list of status checks to require in order to merge into this branch
contexts:
['lint-and-test', 'action-semantic-pull-request', 'Happo', 'run-e2e-tests']
[
"lint-and-test", "action-semantic-pull-request", "Happo",
"run-e2e-tests / run-e2e-tests (chromium)",
"run-e2e-tests / run-e2e-tests (chrome)",
"run-e2e-tests / run-e2e-tests (msedge)",
]
# Required. Allow owners to by pass restrictions for PRs that are just release notes or github settings changes which do not affect tests
# Enforce all configured restrictions for administrators. Set to true to enforce required status checks for repository administrators.
enforce_admins: false
Expand Down

0 comments on commit 8a8d93e

Please sign in to comment.