Skip to content

Commit

Permalink
ci: revert schematic.yml (#9327)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Oct 3, 2024
1 parent 3cb028b commit 6d428ac
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/schematic.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: ⚙️ Schematics
on:
pull_request:

jobs:
schematics:
runs-on: ubuntu-latest
name: Run the latest migration
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- uses: taiga-family/ci/actions/run/[email protected]
id: info
- run: npx nx run cdk:schematics --v=${{ steps.info.outputs.root-package-major-version }}

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ jobs:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- uses: taiga-family/ci/actions/run/[email protected]
id: info
- run: npx nx run cdk:schematics --v=${{ steps.info.outputs.root-package-major-version }}
- run: npm test
- run: tree -L 2 ./coverage -P 'lcov.info'
- uses: codecov/[email protected]
Expand Down

0 comments on commit 6d428ac

Please sign in to comment.