Skip to content

Commit

Permalink
mac mysql start
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Feb 18, 2024
1 parent cdc028b commit 62fd0a4
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,25 @@ jobs:
uses: NicTool/.github/.github/workflows/lint.yml@main

coverage:
uses: NicTool/.github/.github/workflows/coverage.yml@main
secrets: inherit
runs-on: ubuntu-latest
steps:
- name: Start MySQL
run: sudo /etc/init.d/mysql start
- uses: actions/setup-node@v4
- uses: actions/checkout@v4
- run: npm install
- name: Initialize MySQL
run: sh sql/init-mysql.sh
- name: run coverage
run: npx -y c8 --reporter=lcov npm test
env:
NODE_ENV: cov
- name: codecov
uses: codecov/codecov-action@v2
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.github_token }}

get-lts:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 62fd0a4

Please sign in to comment.