Skip to content

Bump NUnit from 4.4.0 to 4.5.0 #281

Bump NUnit from 4.4.0 to 4.5.0

Bump NUnit from 4.4.0 to 4.5.0 #281

name: Chrome Automated Build with .Net Core
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
Build:
runs-on: windows-2025
steps:
- uses: actions/checkout@v6
- name: Setup .NET
uses: actions/setup-dotnet@v5
with:
dotnet-version: 9.0.x
- name: Restore dependencies
run: dotnet restore
- name: Replace tokens
uses: cschleiden/replace-tokens@v1
with:
files: '["**/*.json"]'
env:
browser: ChromeHeadless
- name: Build
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal
- name: Upload a Build Artifact
uses: actions/upload-artifact@v6.0.0
if: always()
with:
path: |
JupiterCloud/Logs*
if-no-files-found: warn