Skip to content

Merge pull request #76 from Hau-Hau/7-release-workflow #85

Merge pull request #76 from Hau-Hau/7-release-workflow

Merge pull request #76 from Hau-Hau/7-release-workflow #85

Workflow file for this run

name: Test
on:
pull_request:
push:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-dotnet-action
- name: Build
run: dotnet build ./EncryptedConfigValue.sln --configuration Debug
- name: Test
run: dotnet test --no-restore --verbosity normal