Skip to content

Commit e7b65cc

Browse files
committed
attempt to fix ci
1 parent bfaf6c8 commit e7b65cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
- 5672:5672
3232
- 15672:15672
3333
volumes:
34-
- ./conf/:/etc/rabbitmq/
35-
- "./tls-gen/basic/result/:/certs"
34+
- ${{ github.workspace }}/conf/:/etc/rabbitmq/
35+
- "${{ github.workspace }}/tls-gen/basic/result/:/certs"
3636

3737
steps:
3838
- name: Add the rabbitmq service to /etc/hosts

0 commit comments

Comments
 (0)