Skip to content

Commit

Permalink
try naming service
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Nov 12, 2024
1 parent 038f7c8 commit 53be5ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
services:
autobahn:
image: crossbario/autobahn-testsuite
options: --name fuzzyingserver
ports:
- 9001:9001
volumes:
Expand All @@ -40,7 +41,7 @@ jobs:
# container to see volumes populated from the checked out workspace.
uses: docker://docker
with:
args: docker restart autobahn
args: docker restart fuzzyingserver
- name: Test
env:
FUZZING_SERVER: autobahn
Expand Down

0 comments on commit 53be5ed

Please sign in to comment.