Skip to content

Commit

Permalink
ci: disable jsdom test (will re-add later)
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine committed Dec 15, 2023
1 parent 630e776 commit 6f3a798
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,17 @@ jobs:
test:
name: Test
runs-on: ubuntu-latest
strategy:
matrix:
env: ['node', 'jsdom']
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:${{ matrix.env }}
- run: npm run test:node
env:
NODE_OPTIONS: '-r dd-trace/ci/init'
DD_ENV: ci:${{ matrix.env }}
DD_ENV: ci:node
DD_SERVICE: xmtp-js
DD_CIVISIBILITY_AGENTLESS_ENABLED: 'true'
DD_API_KEY: ${{ secrets.DD_API_KEY }}

0 comments on commit 6f3a798

Please sign in to comment.