Skip to content

Bump @pmmmwh/react-refresh-webpack-plugin from 0.6.1 to 0.6.2 in /webapp #3057

Bump @pmmmwh/react-refresh-webpack-plugin from 0.6.1 to 0.6.2 in /webapp

Bump @pmmmwh/react-refresh-webpack-plugin from 0.6.1 to 0.6.2 in /webapp #3057

name: API .NET Testing
on:
push:
branches: [ '**' ]
pull_request:
branches: [ '**' ]
jobs:
build:
runs-on: ubuntu-latest
env:
working-directory: ./api
steps:
- uses: actions/checkout@v6
- name: Setup .NET
uses: actions/setup-dotnet@v5
with:
dotnet-version: 8.0.x
- name: Test
run: dotnet test --verbosity normal
working-directory: ${{ env.working-directory }}