Skip to content

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows #171

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows #171

Workflow file for this run

name: Test
on:
pull_request:
concurrency:
group: ${{ github.head_ref }}-test
cancel-in-progress: true
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Restore NuGet Packages
run: dotnet restore sharpsource.sln
- name: Run tests
run: dotnet test --verbosity normal