Skip to content

Add test route to avoid the shadow root/having to render the global nav #22

Add test route to avoid the shadow root/having to render the global nav

Add test route to avoid the shadow root/having to render the global nav #22

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
if: github.ref_type == 'branch' && github.ref_name != 'main'
uses: ./.github/workflows/test.yml
# code_quality:
# if: github.ref_type == 'branch' && github.ref_name != 'main'
# uses: ./.github/workflows/code_quality.yml