Skip to content

Commit

Permalink
Fix tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
atdimitrov committed Mar 14, 2024
1 parent b45723e commit b1ba69b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
7.x
- name: Build Solution
run: dotnet build engine/CodemerxDecompileEngine.sln -c Release
run: dotnet build engine/Decompiler.Tests/Decompiler.Tests.csproj -c Release

- name: Run Tests
run: dotnet test engine/Decompiler.Tests -c Release
Expand Down

0 comments on commit b1ba69b

Please sign in to comment.