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