Skip to content

Bump xunit from 2.6.6 to 2.8.0 (#31) #57

Bump xunit from 2.6.6 to 2.8.0 (#31)

Bump xunit from 2.6.6 to 2.8.0 (#31) #57

Workflow file for this run

name: .NET
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 9.0.x
- name: Restore dependencies
run: dotnet restore
- name: Test
run: dotnet test --verbosity normal --filter "Category!=SkipCi"
env:
IGDB_CLIENT_ID: ${{ secrets.IGDB_CLIENT_ID }}
IGDB_CLIENT_SECRET: ${{ secrets.IGDB_CLIENT_SECRET }}