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 b56f1b5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 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 All @@ -24,8 +28,8 @@ jobs:
- name: Dependencies
id: depends
run: |
sudo apt-get update
sudo apt-get install build-essential
apt-get update
apt-get install build-essential
- name: Build
id: cmake_build
Expand Down

0 comments on commit b56f1b5

Please sign in to comment.