Skip to content

Commit

Permalink
Update the piplines
Browse files Browse the repository at this point in the history
  • Loading branch information
OsamaAlRashed committed Nov 2, 2024
1 parent dbc5730 commit 065b402
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
run: dotnet build --no-restore

- name: Run tests
run: dotnet test Gridazor.Tests --no-build --verbosity normal
run: dotnet test Gridazor.Tests.csproj --no-build --verbosity normal
2 changes: 1 addition & 1 deletion Gridazor.Console/Program.cs
Original file line number Diff line number Diff line change
@@ -1 +1 @@

Console.WriteLine("Playground Project");

0 comments on commit 065b402

Please sign in to comment.