Skip to content

Commit

Permalink
edit yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey-Sagaydak committed Apr 27, 2024
1 parent 17193b4 commit 64a11d5
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,16 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: server
path: ./server/http-server.deb
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

0 comments on commit 64a11d5

Please sign in to comment.