Skip to content

Commit 8cab446

Browse files
authored
Run schema tests against "main" branch of Publishing API 
The concept of the "deployed-to-production" branch no longer exists in GOV.UK infrastructure since we switched to a Kubernetes platform. Thus this branch is stale and no-longer represents the deployed version of Publishing API. Switching this to "main" means that we will be testing against the version of Publishing API that is expected to be deployed - as Publishing API is continuously deployed.
1 parent 11df8f8 commit 8cab446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/minitest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
publishingApiRef:
1111
description: 'The branch, tag or SHA to checkout Publishing API'
1212
required: false
13-
default: 'deployed-to-production'
13+
default: 'main'
1414
type: string
1515

1616
jobs:

0 commit comments

Comments
 (0)