Skip to content

Fix check for HeaderTypes as new PageTitle WebPart in OneColumnFullWIth is not always in first section #846

Fix check for HeaderTypes as new PageTitle WebPart in OneColumnFullWIth is not always in first section

Fix check for HeaderTypes as new PageTitle WebPart in OneColumnFullWIth is not always in first section #846

Workflow file for this run

name: Build and Test
on:
workflow_dispatch:
push:
branches: [ dev ]
paths:
- 'src/lib/PnP.Framework/**'
- 'src/lib/PnP.Framework.Test/**'
pull_request:
branches: [ dev ]
paths:
- 'src/lib/PnP.Framework/**'
- 'src/lib/PnP.Framework.Test/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Wait for actions to finish
uses: softprops/turnstyle@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Checkout PnP Framework dev branch
uses: actions/checkout@v2
with:
ref: dev
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '8.0.x'
include-prerelease: false
- name: Install dependencies
run: dotnet restore
working-directory: src/lib
- name: Build
run: dotnet build --configuration debug --no-restore --verbosity normal
working-directory: src/lib
#- name: Test
# run: dotnet test --no-restore --verbosity normal
# working-directory: src/lib