Skip to content

Define the path to the directory that contains the Chrome extensions #6

Define the path to the directory that contains the Chrome extensions

Define the path to the directory that contains the Chrome extensions #6

Workflow file for this run

name: .NET
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: windows-2019
steps:
- uses: actions/checkout@v2
- name: Setup .NET 6
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
- name: Unittests
run: dotnet test