diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index be4c936..ad88932 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -25,4 +25,10 @@ jobs: uses: darenm/Setup-VSTest@v1.2 - name: Test - run: vstest.console.exe /TestAdapterPath:"packages" SoG_SGreader.Test\bin\Release\SoG_SGreader.Test.dll \ No newline at end of file + 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 \ No newline at end of file