Skip to content

Merge pull request #9 from hughesjs/dependabot/github_actions/actions… #29

Merge pull request #9 from hughesjs/dependabot/github_actions/actions…

Merge pull request #9 from hughesjs/dependabot/github_actions/actions… #29

Workflow file for this run

name: .NET Continuous Integration
on:
pull_request:
branches: [ main ]
push:
branches: [ main ]
jobs:
test:
name: Test Project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Run tests
run: dotnet test --logger GitHubActions ./src/UniversalDiveDataFormat.sln