Skip to content

Setup heartbeat and connection monitoring #4

Setup heartbeat and connection monitoring

Setup heartbeat and connection monitoring #4

Workflow file for this run

name: Run tests
on:
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v2
- name: Install .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.x'
- name: Run tests
shell: pwsh
run: |
dotnet test .\GuildWarsPartySearch.Tests\