From 11af4b653da049d347f4dbd7124eea3fb12dd88b Mon Sep 17 00:00:00 2001 From: Anatolij Vasilev <3026792+tolik518@users.noreply.github.com> Date: Tue, 20 Feb 2024 12:46:15 +0000 Subject: [PATCH] added artifact to build plan --- .github/workflows/tests.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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