chore(deps): bump flatted from 3.3.3 to 3.4.2 (#150) #102
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Integration tests - License Kit (Node) | |
| on: | |
| pull_request: | |
| branches: | |
| - main | |
| paths: | |
| - '.github/workflows/test-integration-node.yml' | |
| - 'packages/license-kit/**/*.[tj]sx?' | |
| - 'packages/licenses-api/**/*.[tj]sx?' | |
| - 'examples/node-example/**/*.[tj]sx?' | |
| - 'examples/node-example/package.json' | |
| push: | |
| branches: | |
| - main | |
| workflow_dispatch: | |
| concurrency: ${{ github.workflow }}-${{ github.ref }} | |
| jobs: | |
| integration-test-node: | |
| name: Run integration tests for license-kit | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout Repo | |
| uses: actions/checkout@v4 | |
| with: | |
| fetch-depth: 0 | |
| - name: Setup | |
| uses: ./.github/actions/setup | |
| - name: Run integration tests | |
| run: yarn workspace license-kit-node-example test |