Skip to content

Commit

Permalink
Update actions.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jojaeng2 authored Aug 27, 2023
1 parent d0276f3 commit 788d6bb
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,16 @@ on:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: mirromutth/[email protected]
with:
host port: 33061
container port: 33061
character set server: 'utf8'
collation server: 'utf8mb4_unicode_ci'
mysql version: '8.0'
mysql database: 'sns-db'
mysql root password: 1234


services:
mysql:
image: "mysql:8.0"
env:
MYSQL_ROOT_PASSWORD: 1234
MYSQL_DATABASE: sns-db
ports:
- 33061:3306

steps:
- uses: actions/checkout@v3

- name: Set up JDK 17
Expand Down

0 comments on commit 788d6bb

Please sign in to comment.