Skip to content

Bump actions/upload-artifact from 6 to 7 in the actions group #104

Bump actions/upload-artifact from 6 to 7 in the actions group

Bump actions/upload-artifact from 6 to 7 in the actions group #104

Workflow file for this run

name: Build & Tests
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Setup Environment
uses: ./.github/actions/setup-env
- name: Build
run: dotnet build --configuration Debug --no-incremental
- name: Test
run: dotnet test --no-build