Skip to content

Commit

Permalink
Update main workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
juffalow committed Mar 6, 2022
1 parent a4cc742 commit 20c3cc2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v2
with:
node-version: 16
cache: 'yarn'
- name: Install dependencies
run: yarn install
- name: Run lint
Expand All @@ -42,6 +46,10 @@ jobs:
options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v2
with:
node-version: 16
cache: 'yarn'
- name: Install dependencies
run: yarn install
- name: Verify MariaDB connection
Expand Down

0 comments on commit 20c3cc2

Please sign in to comment.