Skip to content

chore(deps): update actions/checkout action to v5 #240

chore(deps): update actions/checkout action to v5

chore(deps): update actions/checkout action to v5 #240

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
concurrency:
group: ci-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
build:
name: Build Packages
uses: ./.github/workflows/build.yml
unit-testing:
name: Unit Testing
needs: build
uses: ./.github/workflows/unit-testing.yml
e2e-testing:
name: E2E Testing
needs: build
uses: ./.github/workflows/e2e.yml
secrets: inherit