Skip to content

Fix/v3checks

Fix/v3checks #66

Workflow file for this run

name: SDK Integration Tests
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
sdk-tests:
name: Run SDK Integration Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20.x"
cache: "yarn"
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run SDK Integration Tests
env:
JIGSAWSTACK_API_KEY: ${{ secrets.JIGSAWSTACK_API_KEY }}
run: yarn test