Skip to content

Fix default ports for PlatformSettings #57

Fix default ports for PlatformSettings

Fix default ports for PlatformSettings #57

Workflow file for this run

name: "PR: Apps"
on:
pull_request: {}
jobs:
find-verticals:
uses: ./.github/workflows/_find-verticals.yml
with:
type: app
ci:
name: CI
runs-on: ubuntu-latest
needs: find-verticals
strategy:
matrix: ${{ fromJson(needs.find-verticals.outputs.matrix) }}
steps:
- uses: actions/checkout@v4
- name: Install .NET
uses: actions/setup-dotnet@v4
- name: Build
working-directory: ${{ matrix.path }}
run: dotnet build
- name: Test
if: always()
working-directory: ${{ matrix.path }}
run: dotnet test --no-build