Skip to content

Commit

Permalink
ci: add workflow to check dry-run of the latest migration schematic (
Browse files Browse the repository at this point in the history
  • Loading branch information
nsbarsukov authored Mar 13, 2024
1 parent b56202e commit e02fd1e
Show file tree
Hide file tree
Showing 6 changed files with 2,008 additions and 1,937 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/schematics.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: ⚙️ Schematics
on:
pull_request:
paths:
- 'projects/cdk/schematics/**'

jobs:
schematics:
if: ${{ !contains(github.head_ref , 'release/') }}
runs-on: ubuntu-latest
name: Run the latest migration
steps:
- uses: taiga-family/ci/actions/setup/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- run: npx nx run cdk:schematics --v=3

concurrency:
group: schematics-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Loading

0 comments on commit e02fd1e

Please sign in to comment.