Skip to content

Commit

Permalink
test(designer): fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hartra344 committed May 7, 2024
1 parent 3becf36 commit 3ccd01f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/base-coverage.yml
Expand Up @@ -23,11 +23,6 @@ jobs:
with:
node-version: 20.x

- uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.x
cache: true

- uses: pnpm/action-setup@v3
with:
version: 8
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/coverage-report.yml
Expand Up @@ -24,10 +24,6 @@ jobs:
key: ${{ runner.os }}-turbo-${{ github.sha }}
restore-keys: |
${{ runner.os }}-turbo-
- uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.x
cache: true
- name: Set up Node.js
uses: actions/setup-node@v1
Expand Down

0 comments on commit 3ccd01f

Please sign in to comment.