Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Introduce consolidated CI #15

Introduce consolidated CI

Introduce consolidated CI #15

Workflow file for this run

name: CI
on:
workflow_dispatch: {}
pull_request:
push:
branches:
- main
jobs:
lint:
name: Linter Analysis
uses: ./.github/workflows/lint.yml
unit-tests:
name: Unit Tests
uses: ./.github/workflows/unit-test.yml
e2e-tests:
name: E2E Tests
uses: ./.github/workflows/e2e.yml