Skip to content

chore: CLI Integration Tests #2

chore: CLI Integration Tests

chore: CLI Integration Tests #2

Workflow file for this run

name: CI
on: pull_request
concurrency:
group: ci-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
build-cli:
name: Build CLI
uses: ./.github/workflows/build-cli.yml
size-check:
name: Compressed Size
needs: build-cli
uses: ./.github/workflows/size-check.yml
unit-testing:
name: Unit Testing
needs: build-cli
uses: ./.github/workflows/unit-testing.yml
integration-testing:
name: Integration Testing
needs: build-cli
uses: ./.github/workflows/integration-testing.yml