Skip to content

doc: README.md / CHANGELOG.md #24

doc: README.md / CHANGELOG.md

doc: README.md / CHANGELOG.md #24

Workflow file for this run

name: 🧪 Test
on:
push:
branches:
- main
pull_request: ~
jobs:
build:
runs-on: ubuntu-latest
steps:
# https://github.com/actions/checkout
- name: checkout
uses: actions/checkout@v5
# https://github.com/actions/setup-dotnet
- name: setup dotnet
uses: actions/setup-dotnet@v5
with:
dotnet-version: '10.0.x'
- name: testing
run: |
cd src
dotnet test NF.Tool.UnityPackage.Test