Skip to content

Commit

Permalink
update :: ci mariadb
Browse files Browse the repository at this point in the history
  • Loading branch information
uuuuuuuk committed Sep 10, 2024
1 parent 4b58d5e commit e73f22d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ondosee-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ jobs:
redis-version: 7
redis-port: 6379

- name: Set up MariaDB
uses: devcontainers-contrib/mariadb-action@v1
with:
host-port: 3306
mariadb-database: 'ondosee'
mariadb-user: 'ondosee-admin'
mariadb-password: ${{ secrets.MARIA_DB_PASSWORD }}

- name: Set up JDK 11
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit e73f22d

Please sign in to comment.