Skip to content

Commit

Permalink
Fix .env file missing for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
t1m0thyj committed Nov 12, 2024
1 parent 9427765 commit 6478052
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ jobs:
with:
dotnet-version: 8.0.x

- run: dotnet restore src\WinDynamicDesktop.sln
- run: |
cp .env.example .env
dotnet restore src\WinDynamicDesktop.sln
- run: dotnet test --verbosity normal
working-directory: test

0 comments on commit 6478052

Please sign in to comment.