Skip to content

Commit

Permalink
ci: fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
phucvinh57 committed Jan 9, 2024
1 parent 3bfde01 commit 78aa595
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [18.x]

steps:
- name: Checkout
Expand All @@ -32,6 +32,9 @@ jobs:
- name: Install dependencies
run: yarn && yarn db:generate

- name: Setup environment
run: yarn start:docker && yarn db:migrate

- name: Run tests
run: yarn test unit integration

Expand Down

0 comments on commit 78aa595

Please sign in to comment.