Skip to content

Refactor WASM integration for web #1709

Refactor WASM integration for web

Refactor WASM integration for web #1709

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- run: npm ci
- run: ./dev/docker-compose up -d
- run: npm run test:node
env:
NODE_OPTIONS: '-r dd-trace/ci/init'
DD_ENV: ci:node
DD_SERVICE: xmtp-js
DD_CIVISIBILITY_AGENTLESS_ENABLED: 'true'
DD_API_KEY: ${{ secrets.DD_API_KEY }}