Skip to content

Commit

Permalink
enhance: Revert "enhance: [skip e2e]debug why no configuration file w…
Browse files Browse the repository at this point in the history
…hen docker-compose up (milvus-io#29890)"

This reverts commit 61acda4.

Signed-off-by: Sammy Huang <[email protected]>
  • Loading branch information
yellow-shine committed Jan 13, 2024
1 parent 082ee1a commit b79d525
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,6 @@ jobs:
uses: actions/[email protected]
with:
name: code
- name: print working directory
shell: bash
run: |
pwd
ls -lah
- name: Download Caches
uses: ./.github/actions/cache
with:
Expand All @@ -127,8 +122,6 @@ jobs:
- name: Start Service
shell: bash
run: |
pwd
ls -lah
docker-compose up -d azurite
- name: UT
run: |
Expand Down Expand Up @@ -159,11 +152,6 @@ jobs:
uses: actions/[email protected]
with:
name: code
- name: print working directory
shell: bash
run: |
pwd
ls -lah
- name: Download Caches
uses: ./.github/actions/cache
with:
Expand All @@ -172,8 +160,6 @@ jobs:
- name: Start Service
shell: bash
run: |
pwd
ls -lah
docker-compose up -d pulsar etcd minio azurite
- name: UT
run: |
Expand Down Expand Up @@ -203,11 +189,6 @@ jobs:
uses: actions/[email protected]
with:
name: code
- name: print working directory
shell: bash
run: |
pwd
ls -lah
- name: Download Caches
uses: ./.github/actions/cache
with:
Expand All @@ -216,8 +197,6 @@ jobs:
- name: Start Service
shell: bash
run: |
pwd
ls -lah
docker-compose up -d pulsar etcd minio
- name: IntegrationTest
run: |
Expand Down

0 comments on commit b79d525

Please sign in to comment.