Skip to content

Commit

Permalink
att .github
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreSequinel committed Nov 6, 2024
1 parent 2b5dc2b commit 9a369b9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,4 @@ jobs:

# Run Tests
- name: Run Tests
run: dotnet test ${{ env.Test_Project_Path }}
env:
Test_Project_Path: C:\Projetos\PrimeiroProjetoSelenium\ProjetoRepositorio\ProjetoRepositorio.csproj
run: dotnet test ./ProjetoRepositorio/ProjetoRepositorio.csproj

0 comments on commit 9a369b9

Please sign in to comment.