Skip to content

Add passphrase parameter for SSH private key #43

Add passphrase parameter for SSH private key

Add passphrase parameter for SSH private key #43

Workflow file for this run

name: Continuous Integration
on:
push:
branches: [ '**' ]
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.x'
- name: Build
run: dotnet build --configuration Release
- name: Run Tests
run: dotnet test