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 committed Mar 12, 2024
1 parent b56202e commit e962bc7
Show file tree
Hide file tree
Showing 4 changed files with 1,995 additions and 1,935 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 e962bc7

Please sign in to comment.