Skip to content

Commit

Permalink
added artifact to build plan
Browse files Browse the repository at this point in the history
  • Loading branch information
tolik518 committed Feb 20, 2024
1 parent 993bf63 commit 11af4b6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,10 @@ jobs:
uses: darenm/[email protected]

- name: Test
run: vstest.console.exe /TestAdapterPath:"packages" SoG_SGreader.Test\bin\Release\SoG_SGreader.Test.dll
run: vstest.console.exe /TestAdapterPath:"packages" SoG_SGreader.Test\bin\Release\SoG_SGreader.Test.dll

- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: SoG_SGreader
path: SoG_SGreader\bin

0 comments on commit 11af4b6

Please sign in to comment.