Skip to content

fetch branch after check #75

fetch branch after check

fetch branch after check #75

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