From 17193b489ae9aed698de98d1d46b0193157e97a6 Mon Sep 17 00:00:00 2001 From: Alexey-Sagaydak Date: Sun, 28 Apr 2024 02:14:10 +0700 Subject: [PATCH] not work((( --- .github/workflows/ci.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 809347e..668f676 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,9 +23,4 @@ jobs: uses: actions/upload-artifact@v4 with: name: server - path: ./server/http-server.deb - tests: - - name: Test 1. Smoke-test that verifies the success of client startup - - run: ./client/build/libhv-client - - name: Test 2. Smoke-test that verifies the success of server startup - - run: ./server/build/libhv-http \ No newline at end of file + path: ./server/http-server.deb \ No newline at end of file