Skip to content

Commit

Permalink
fix: use latest docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-roland committed Dec 18, 2023
1 parent 44fb799 commit 6df4e47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
uses: actions/checkout@v4

- name: Run docker image
run: docker run --name zenoh_router --init --net host -d eclipse/zenoh:master
run: docker run --name zenoh_router --init --net host -d eclipse/zenoh:latest

- name: Build project
run: |
Expand Down Expand Up @@ -103,12 +103,12 @@ jobs:
uses: actions/checkout@v4

- name: Run docker image
run: docker run --name zenoh_router --init --net host -d eclipse/zenoh:master
run: docker run --name zenoh_router --init --net host -d eclipse/zenoh:latest

- name: Build project and run test
run: |
sudo apt install -y ninja-build
# cmake -DBATCH_UNICAST_SIZE=4096 -B build/ -G Ninja
cmake -DBATCH_UNICAST_SIZE=4096 -B build/ -G Ninja
CMAKE_GENERATOR=Ninja make
python3 ./build/tests/fragment.py
timeout-minutes: 5
Expand Down

0 comments on commit 6df4e47

Please sign in to comment.