Skip to content
This repository was archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
Ok
Browse files Browse the repository at this point in the history
  • Loading branch information
RealNickk committed Oct 17, 2022
1 parent b7fae97 commit 4db6f58
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: msbuild.exe Starlight.sln -p:Configuration=Release

- name: Run tests
run: mkdir testresults; testrunner/NUnit.ConsoleRunner.3.15.2/tools/nunit3-console.exe --out testresults/TestResult.xml src/Starlight.Test/bin/Release/Starlight.Test.dll
run: testrunner/NUnit.ConsoleRunner.3.15.2/tools/nunit3-console.exe src/Starlight.Test/bin/Release/Starlight.Test.dll

- name: Upload artifacts
uses: actions/[email protected]
Expand All @@ -49,6 +49,4 @@ jobs:
uses: actions/[email protected]
with:
name: test-results
path: |
"testresults/"
"src/Starlight.Test/bin/Release/Logs/"
path: "src/Starlight.Test/bin/Release/Logs/"

0 comments on commit 4db6f58

Please sign in to comment.