Skip to content

Support the case where a PiJuice isn't present #7

Support the case where a PiJuice isn't present

Support the case where a PiJuice isn't present #7

name: Build and test
on:
push:
branches: [ main ]
paths-ignore: [ "README.md" ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.413
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore
# - name: Test
# run: dotnet test --verbosity normal