Skip to content

FF-2524 SDK package e2e test #3

FF-2524 SDK package e2e test

FF-2524 SDK package e2e test #3

name: Verify Package
on:
pull_request:
paths:
- '**/*'
jobs:
verify-package:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.x'
- run: yarn install
- run: yarn test
- run: "${GITHUB_WORKSPACE}/.github/verify-package.sh"