Skip to content

Commit

Permalink
delete args
Browse files Browse the repository at this point in the history
  • Loading branch information
getong committed Jun 22, 2024
1 parent 70ce609 commit ceea66c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Set up MariaDB 10
uses: getong/mariadb-action@v1.5
uses: getong/mariadb-action@v1.6
with:
mariadb version: 10.4.10
mysql database: test
Expand Down
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if [ -n "$INPUT_MYSQL_DATABASE" ]; then
docker_run="$docker_run -e MYSQL_DATABASE=$INPUT_MYSQL_DATABASE"
fi

docker_run="$docker_run --health-cmd='healthcheck.sh --connect --innodb_initialized' --health-start-interval=20s --health-start-interval=3s"
docker_run="$docker_run --health-cmd='healthcheck.sh --connect --innodb_initialized'"
docker_run="$docker_run -d -p $INPUT_HOST_PORT:$INPUT_CONTAINER_PORT docker.io/library/mariadb:$INPUT_MARIADB_VERSION --port=$INPUT_CONTAINER_PORT"
docker_run="$docker_run --character-set-server=$INPUT_CHARACTER_SET_SERVER --collation-server=$INPUT_COLLATION_SERVER"

Expand Down

0 comments on commit ceea66c

Please sign in to comment.