Skip to content

Fix passing board name to save file and import board #10

Fix passing board name to save file and import board

Fix passing board name to save file and import board #10

Workflow file for this run

name: Test
on: [push]
jobs:
default:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v3
with:
path: |
~/.nuget/packages
!~/.nuget/packages/unwanted
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
restore-keys: |
${{ runner.os }}-nuget-
- name: Run Tests
run: ./build.sh Test