Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroyuki-sato committed Aug 12, 2024
1 parent d8dbfc9 commit 420799f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest
services:
mysql:
image: mysql:8
image: mysql:8.3 # mysql 8.4 disabled mysql_native_password by default
options: --health-cmd "mysqladmin ping -h localhost" --health-interval 20s --health-timeout 10s --health-retries 10
ports:
- "3306:3306"
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
- uses: actions/upload-artifact@v4
if: always()
with:
name: postgresql
name: postgresql9_4
path: embulk-input-postgresql/build/reports/tests/test
postgresql13:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
- uses: actions/upload-artifact@v4
if: always()
with:
name: postgresql
name: postgresql13
path: embulk-input-postgresql/build/reports/tests/test
redshift:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 420799f

Please sign in to comment.