Skip to content

Improve reverse proxy example port config. #9

Improve reverse proxy example port config.

Improve reverse proxy example port config. #9

Workflow file for this run

name: ci
on:
push:
branches: [ "develop" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
8.0.x
9.0.x
- name: Build
run: dotnet build
- name: Test
run: dotnet test --no-build