Skip to content

chore: remove circular dependency by introducing common-type #5835

chore: remove circular dependency by introducing common-type

chore: remove circular dependency by introducing common-type #5835

Workflow file for this run

name: Node.js CI
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
merge_group:
paths-ignore:
- "LICENSE"
- "CODEOWNERS"
- "**.md"
permissions:
id-token: write # This is needed for OIDC federation.
contents: read
jobs:
on-demand-workflows:
uses: ./.github/workflows/on-demand-workflows.yaml
secrets:
CODECOV_ORG_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}
with:
run-format: true
run-units: true
run-integration: true
journey:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Use Node.js 22
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version: 22
cache: "npm"
- name: Setup Helm
uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4.3.0
with:
version: v3.3.4
- name: "Install K3d"
run: "curl -s https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | bash"
shell: bash
- run: npm ci
- run: |
npm run test:journey
npm run test:journey-wasm