Skip to content

Commit

Permalink
CI: Include next-example in functional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-ac-martin committed Oct 12, 2024
1 parent 9404dc5 commit 41265d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/change-assurance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
app: [ 'govuk-docs', 'govuk-template' ]
app: [ 'govuk-docs', 'govuk-template', 'next-example' ]
steps:

- name: Check out repository
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
app: [ 'govuk-docs', 'govuk-template' ]
app: [ 'govuk-docs', 'govuk-template', 'next-example' ]
browser: [ 'chromium', 'firefox', 'electron' ]
steps:

Expand Down

1 comment on commit 41265d7

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.