From 64a11d5e02bc20141bbb87e99475ccbadc962d6f Mon Sep 17 00:00:00 2001 From: Alexey-Sagaydak Date: Sun, 28 Apr 2024 02:18:37 +0700 Subject: [PATCH] edit yaml --- .github/workflows/ci.yaml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 668f676..e4e0f13 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,4 +23,16 @@ jobs: uses: actions/upload-artifact@v4 with: name: server - path: ./server/http-server.deb \ No newline at end of file + path: ./server/http-server.deb + tests: + - name: Install client + run: sudo dpkg -i ./client/http-client.deb + + - name: Test client + run: libhv-client + + - name: Install server + run: sudo dpkg -i ./server/http-server.deb + + - name: Test server + run: libhv-http \ No newline at end of file