Skip to content

chore(deps): bump GraphQL.Server.Ui.Playground from 5.1.1 to 8.2.0 #7942

chore(deps): bump GraphQL.Server.Ui.Playground from 5.1.1 to 8.2.0

chore(deps): bump GraphQL.Server.Ui.Playground from 5.1.1 to 8.2.0 #7942

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build-and-tests:
name: "build-and-tests (${{ matrix.configuration }})"
strategy:
matrix:
os:
- ubuntu-20.04
- windows-latest
configuration:
- Release
- DevEx
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Setup .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.x
- name: Install dependencies
run: dotnet restore
- name: Build and test
run: |
dotnet test --configuration ${{ matrix.configuration }} --no-restore