Skip to content

Commit

Permalink
♻️ swap the service for the native mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
acidjazz committed Aug 25, 2024
1 parent e356222 commit 15871e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 39 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,14 @@
name: Run Tests
on:
push:
branches:
- disbabled
pull_request

jobs:
test:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
services:
mysql:
image: mysql:8.0
env:
MYSQL_DATABASE: bio-test
MYSQL_ROOT_PASSWORD: root
ports:
- 3306:3306
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
steps:
- name: start mysql
run: sudo service mysql start
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
Expand Down
27 changes: 0 additions & 27 deletions .github/workflows/tinker.yml

This file was deleted.

0 comments on commit 15871e1

Please sign in to comment.