Skip to content

Add tests for the NotImportedEntryError class #37

Add tests for the NotImportedEntryError class

Add tests for the NotImportedEntryError class #37

name: continuous-integration
on: push
defaults:
run:
shell: pwsh
jobs:
test:
runs-on: windows-latest
steps:
- name: Fetch sources
uses: actions/checkout@v7
- name: Set up .NET
uses: actions/setup-dotnet@v6
with:
dotnet-version: 10
- name: Install dependencies
run: ./Invoke.ps1 Install
- name: Run tests
run: ./Invoke.ps1 Test