Skip to content

chore(repo): add automated dev releases (#14) #52

chore(repo): add automated dev releases (#14)

chore(repo): add automated dev releases (#14) #52

Workflow file for this run

name: CI
on:
merge_group:
push:
branches:
- 'main'
pull_request:
branches:
- '**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build_playwright:
name: Build
uses: ./.github/workflows/build.yml
lint_and_format:
name: Lint and Format
uses: ./.github/workflows/lint-and-format.yml
unit_tests:
name: Unit Tests
needs: [build_playwright]
uses: ./.github/workflows/test-unit.yml
with:
build_name: stencil-playwright