Skip to content

Bump undici from 5.28.3 to 5.28.4 #234

Bump undici from 5.28.3 to 5.28.4

Bump undici from 5.28.3 to 5.28.4 #234

name: Integration Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'npm'
- name: Run integrationTest
env:
DATABASE_URL: ${{ secrets.DATABASE_URL }}
run: |
npm ci
npm run integrationTest