Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

build(deps-dev): bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /client #185

build(deps-dev): bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /client

build(deps-dev): bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /client #185

# build and test PayrollProcessor.sln
name: dotnet core - build & test
on:
pull_request:
branches:
- master
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: "6.0.x"
- name: Build with dotnet
run: dotnet build api/PayrollProcessor.sln --configuration Release
- name: Unit Tests
run: dotnet test api/PayrollProcessor.sln