Skip to content

Bump Microsoft.AspNetCore.TestHost from 8.0.0 to 8.0.1 in /Backend/AirTeamApi.Tests #3

Bump Microsoft.AspNetCore.TestHost from 8.0.0 to 8.0.1 in /Backend/AirTeamApi.Tests

Bump Microsoft.AspNetCore.TestHost from 8.0.0 to 8.0.1 in /Backend/AirTeamApi.Tests #3

Workflow file for this run

name: .NET CI
on:
push:
paths:
- Backend/**
branches: [ master ]
pull_request:
paths:
- Backend/**
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 8.0.x
- name: Build with dotnet
run: dotnet build ./Backend/AirTeam.sln -v m
- name: Test with dotnet
run: dotnet test ./Backend/AirTeamApi.Tests/AirTeamApi.Tests.csproj --no-build