Skip to content

Bump @babel/core from 7.28.4 to 7.28.5 in /webapp #2942

Bump @babel/core from 7.28.4 to 7.28.5 in /webapp

Bump @babel/core from 7.28.4 to 7.28.5 in /webapp #2942

name: API .NET Testing
on:
push:
branches: [ '**' ]
pull_request:
branches: [ '**' ]
jobs:
build:
runs-on: ubuntu-latest
env:
working-directory: ./api
steps:
- uses: actions/checkout@v5
- 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 }}