forked from milvus-io/milvus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
enhance: Revert "enhance: [skip e2e]debug why no configuration file w…
…hen docker-compose up (milvus-io#29890)" This reverts commit 61acda4. Signed-off-by: Sammy Huang <[email protected]>
- Loading branch information
1 parent
082ee1a
commit b79d525
Showing
1 changed file
with
0 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
@@ -127,8 +122,6 @@ jobs: | |
- name: Start Service | ||
shell: bash | ||
run: | | ||
pwd | ||
ls -lah | ||
docker-compose up -d azurite | ||
- name: UT | ||
run: | | ||
|
@@ -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: | ||
|
@@ -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: | | ||
|
@@ -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: | ||
|
@@ -216,8 +197,6 @@ jobs: | |
- name: Start Service | ||
shell: bash | ||
run: | | ||
pwd | ||
ls -lah | ||
docker-compose up -d pulsar etcd minio | ||
- name: IntegrationTest | ||
run: | | ||
|