Skip to content

Commit

Permalink
Fix main workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
juffalow committed Nov 4, 2024
1 parent 7f94ace commit 20f0b1f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Enable corepack
run: corepack enable
- uses: actions/setup-node@v4
env:
yarn: 4.5.1
Expand Down Expand Up @@ -44,6 +46,8 @@ jobs:
options: --health-cmd="mariadb-admin ping" --health-interval=5s --health-timeout=2s --health-retries=3
steps:
- uses: actions/checkout@v4
- name: Enable corepack
run: corepack enable
- uses: actions/setup-node@v4
env:
yarn: 4.5.1
Expand Down

0 comments on commit 20f0b1f

Please sign in to comment.