Skip to content

+ SearchTerm in address (#148) #18

+ SearchTerm in address (#148)

+ SearchTerm in address (#148) #18

Workflow file for this run

name: Unit Tests - my-1k-ee
defaults:
run:
working-directory: ./My1kWordsEe.Tests.Unit
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
jobs:
test:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Build & Install
run: dotnet build
- name: Run unit tests
run: dotnet test