Skip to content

Add tracking for global header #601

Add tracking for global header

Add tracking for global header #601

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
concurrency:
group: tests-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Lint
uses: ./.github/actions/lint
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Tests
uses: ./.github/actions/tests
test-package:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Test build package
uses: ./.github/actions/test-package
prototype-kit:
runs-on: ubuntu-latest
needs:
- test-package
steps:
- uses: actions/checkout@v4
- name: GOV.UK prototype kit test
uses: ./.github/actions/prototype-kit-test