Skip to content

Commit

Permalink
server: tests: ci adding container to specify server port
Browse files Browse the repository at this point in the history
  • Loading branch information
phymbert committed Feb 23, 2024
1 parent 2f756f8 commit 7fd8179
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/server-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ on:
jobs:
ubuntu-latest-cmake:
runs-on: ubuntu-latest
container:
image: ubuntu:latest
ports:
- 8888

steps:
- name: Clone
Expand Down

0 comments on commit 7fd8179

Please sign in to comment.