Skip to content

Bump axios, @nrwl/nx-cloud and chromedriver in /WebApp/khaneliman #217

Bump axios, @nrwl/nx-cloud and chromedriver in /WebApp/khaneliman

Bump axios, @nrwl/nx-cloud and chromedriver in /WebApp/khaneliman #217

Workflow file for this run

name: .NET WebApp Build
on:
push:
branches: [ develop, master ]
paths:
- 'WebApp/**/*'
pull_request:
branches: [ develop, master ]
paths:
- 'WebApp/**/*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.x
- name: Restore DotNet Dependencies
run: dotnet restore WebApp/
- name: Build WebApp
run: dotnet build WebApp/ --no-restore
- name: Test Dotnet
run: dotnet test WebApp/ --no-build --verbosity normal
- name: Test Angular
run: npm run test-coverage --prefix WebApp/khaneliman/