Skip to content

fix: remove invalid inline comments from PATCH tester request in .htt… #8

fix: remove invalid inline comments from PATCH tester request in .htt…

fix: remove invalid inline comments from PATCH tester request in .htt… #8

Workflow file for this run

name: Playtesters.API.CI
on:
push:
branches:
- master
pull_request:
branches:
- master
env:
DOTNET_VERSION: '8.x'
jobs:
testing:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Setup .NET ${{ env.DOTNET_VERSION }}
uses: actions/setup-dotnet@v5
with:
dotnet-version: ${{ env.DOTNET_VERSION }}
- name: Execute tests
run: dotnet test ./tests/Playtesters.API.Tests.csproj -c Release