Skip to content

Support raw bytes as input & binary/blob/bit will be convert to Uint8… #221

Support raw bytes as input & binary/blob/bit will be convert to Uint8…

Support raw bytes as input & binary/blob/bit will be convert to Uint8… #221

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