Skip to content

Commit

Permalink
Update github-actions-ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
GillesTourreau authored Dec 2, 2023
1 parent 0a4be17 commit 6d72380
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-actions-ci.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: Continuous Integration

on:
push:
Expand All @@ -23,7 +23,7 @@ jobs:
# run: dotnet restore

- name: Build
run: dotnet build --property:Configuration=Debug "PosInformatique.FluentAssertions.Json.sln"
run: dotnet build --property:Configuration=Debug "PosInformatique.FluentValidation.Json.sln"

- name: Test with the dotnet CLI
run: dotnet test --property:Configuration=Debug "PosInformatique.FluentAssertions.Json.sln"
run: dotnet test --property:Configuration=Debug "PosInformatique.FluentValidation.Json.sln"

0 comments on commit 6d72380

Please sign in to comment.