Skip to content

build(deps-dev): bump webpack-cli from 3.3.12 to 5.1.4 in /Web #634

build(deps-dev): bump webpack-cli from 3.3.12 to 5.1.4 in /Web

build(deps-dev): bump webpack-cli from 3.3.12 to 5.1.4 in /Web #634

Workflow file for this run

name: Dotnet Tests
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
dotnet-version: [ '6.0.402' ]
steps:
- uses: actions/checkout@v3
- name: Setup .NET Core SDK ${{ matrix.dotnet-version }}
uses: actions/[email protected]
with:
dotnet-version: ${{ matrix.dotnet-version }}
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Test
run: dotnet test --no-restore --verbosity normal