Skip to content

Commit e067ea7

Browse files
committed
Add minio to etc/hosts
1 parent 105203d commit e067ea7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

+4
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ jobs:
4747
CLIENT_IMAGE: ${{ github.event.inputs.client_image }}
4848
DOCWORKER_IMAGE: ${{ github.event.inputs.docworker_image }}
4949

50+
- name: Set etc/hosts
51+
run: |
52+
echo "127.0.0.1 minio" | sudo tee -a /etc/hosts
53+
5054
- name: Prepare
5155
run: |
5256
npm ci

0 commit comments

Comments
 (0)