Skip to content

[wpe] Add WPEViewClient onReceiveHttpError interface #58

[wpe] Add WPEViewClient onReceiveHttpError interface

[wpe] Add WPEViewClient onReceiveHttpError interface #58

name: Build Feature Branch
on:
pull_request:
branches:
- main
jobs:
test:
uses: ./.github/workflows/test.yml
build:
needs: test
strategy:
matrix:
build_type: [Release, Debug]
uses: ./.github/workflows/build.yml
with:
build_type: ${{ matrix.build_type }}