Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Apr 11, 2024
1 parent a176671 commit ac8ff10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
run: NODE_OPTIONS=--max_old_space_size=8192 npm run build

- name: Test TypeScript
run: npm run check-ts -w packages/vis-2
run: npm run check-ts -w packages/iobroker.vis-2

- name: Run local tests
run: npm run test-gui -w packages/vis-2
run: npm run test-gui -w packages/iobroker.vis-2

- name: Archive screenshots
if: always()
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"compilerOptions": {
"paths": {
"@iobroker/types-vis-2": ["./packages/types-vis-2"],
"iobroker.vis-2": ["./packages/vis-2/src/src"]
"iobroker.vis-2": ["./packages/iobroker.vis-2/src/src"]
}
}
}
}

0 comments on commit ac8ff10

Please sign in to comment.