Skip to content

Change how configured ApiUrl is handled. #105

Change how configured ApiUrl is handled.

Change how configured ApiUrl is handled. #105

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Setup dotnet
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0'
- name: Build
run: dotnet build
- name: Test
run: dotnet test ./MyApp.Tests