Skip to content

Bump minitest from 5.24.1 to 5.25.1 in /tictactoe_ruby in the bundler-minor group #136

Bump minitest from 5.24.1 to 5.25.1 in /tictactoe_ruby in the bundler-minor group

Bump minitest from 5.24.1 to 5.25.1 in /tictactoe_ruby in the bundler-minor group #136

Workflow file for this run

# This workflow will run the tests on the c# version of tictactoe
name: C#
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./tictactoe_csharp
steps:
- uses: actions/checkout@v4
- name: Setup dotnet
uses: actions/setup-dotnet@v4
- name: Build
run: dotnet build Tictactoe.Lib
- name: Test
run: dotnet test Tictactoe.Tests
- name: Run
run: |
cd Tictactoe.Prog
dotnet run -- -X 4 -O 4