Skip to content

Commit

Permalink
Add missing MySQL and redis services from GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
asset-web committed Jan 12, 2024
1 parent 7739a58 commit 013ff15
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/check-for-new-mesh-terms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@ on:
jobs:
build:
runs-on: ubuntu-22.04
services:
redis:
image: redis
ports:
- 6379:6379
db:
image: mysql:5.7
ports:
- 3306:3306
env:
MYSQL_ROOT_PASSWORD: 'ci-db-pswd'
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down

0 comments on commit 013ff15

Please sign in to comment.