Skip to content

Commit

Permalink
🔧 update ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ileostar committed Jul 12, 2024
1 parent 2f97103 commit 99639a7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@ jobs:
- name: Lint
run: pnpm lint
db-test:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [18.x, 20.x]
os: [ubuntu-latest]
env:
DATABASE_URL: mysql://test:password@localhost:3306/poster_craft_test
SECRET: sjldk92#sd903mnc./xklsjdf9sdfj
Expand Down

0 comments on commit 99639a7

Please sign in to comment.