Skip to content

Commit

Permalink
Restructure, fix readme and ci
Browse files Browse the repository at this point in the history
  • Loading branch information
JanEricNitschke committed Sep 17, 2024
1 parent b18bbfd commit 7ab04a6
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/fsharp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ jobs:
- name: Setup dotnet
uses: actions/setup-dotnet@v4
- name: Build
run: dotnet build Tictactoe.Lib
- name: Test
run: dotnet test Tictactoe.Tests
run: dotnet build
- name: Run
run: |
cd Tictactoe.Prog
dotnet run -- -X 4 -O 4
run: dotnet run -- -X 4 -O 4
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -441,9 +441,7 @@ Version using [F#](https://fsharp.org/).

To compile and run:
```bash
dotnet build Tictactoe.Lib
dotnet test Tictactoe.Tests
cd Tictactoe.Prog
dotnet build
dotnet run -- -X 4 -O 4
```

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 7ab04a6

Please sign in to comment.