Skip to content

Commit

Permalink
chore: clean codes
Browse files Browse the repository at this point in the history
  • Loading branch information
hantsy committed Aug 9, 2024
1 parent 2923a6f commit c123cbc
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/data-hibernate-reactive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Start up databases via Docker Compose
run: |
docker-compose up -d postgres
docker compose up -d postgres
docker ps -a
- name: Setup Gradle
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/data-jdbc-kotlin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Start up databases via Docker Compose
run: |
docker-compose up -d postgres
docker compose up -d postgres
docker ps -a
- name: Setup Gradle
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/data-jdbc-testcontainers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Start up databases via Docker Compose
run: |
docker-compose up -d postgres
docker compose up -d postgres
docker ps -a
- name: Setup Gradle
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/data-jdbc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Start up databases via Docker Compose
run: |
docker-compose up -d postgres
docker compose up -d postgres
docker ps -a
- name: Setup Gradle
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/data-jpa-post-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Start up databases via Docker Compose
run: |
docker-compose up -d postgres
docker compose up -d postgres
docker ps -a
- name: Setup Gradle
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/data-mongodb-groovy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Start up databases via Docker Compose
run: |
docker-compose up -d mongodb
docker compose up -d mongodb
docker ps -a
- name: Setup Gradle
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/data-r2dbc-kotlin-co.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Start up databases via Docker Compose
run: |
docker-compose up -d postgres
docker compose up -d postgres
docker ps -a
- name: Setup Gradle
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/data-r2dbc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Start up databases via Docker Compose
run: |
docker-compose up -d postgres
docker compose up -d postgres
docker ps -a
- name: Setup Gradle
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mongodb-album-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Start up databases via Docker Compose
run: |
docker-compose up -d mongodb
docker compose up -d mongodb
docker ps -a
- name: Setup Gradle
uses: gradle/gradle-build-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rxjava3-vertx-pg-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Start up databases via Docker Compose
run: |
docker-compose up -d postgres
docker compose up -d postgres
docker ps -a
- name: Setup Gradle
Expand Down

0 comments on commit c123cbc

Please sign in to comment.