Skip to content

Commit a02e098

Browse files
committed
added volume in container definition for github action
1 parent ae26776 commit a02e098

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
ports:
3030
- 5672:5672
3131
- 15672:15672
32+
volumes:
33+
- ./conf/:/etc/rabbitmq/
3234

3335
steps:
3436
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)