Skip to content

Commit

Permalink
fix: missing declarations (#2842)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored Jul 8, 2024
1 parent 3399048 commit 309af03
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,18 @@ jobs:
uses: ./.github/workflows/01-build-outputs.yml
needs: [build-packages]

test-components:
uses: ./.github/workflows/02-e2e.yml
needs: [build-packages, get-playwright-version]
with:
version: ${{ needs.get-playwright-version.outputs.version }}

test-foundations:
uses: ./.github/workflows/02-e2e-foundations.yml
needs: [build-packages, get-playwright-version]
with:
version: ${{ needs.get-playwright-version.outputs.version }}

build-showcase-angular:
uses: ./.github/workflows/01-build-showcases.yml
needs: [build-packages]
Expand Down

0 comments on commit 309af03

Please sign in to comment.