Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
foxriver76 committed Dec 19, 2023
1 parent ca06ea9 commit cb0ca7e
Show file tree
Hide file tree
Showing 3 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 @@ -79,7 +79,7 @@ jobs:
run: npm i -f

- name: Run local tests
run: npm test
run: npm test -w packages/admin/

adapter-tests-gui:
if: contains(github.event.head_commit.message, '[skip ci]') == false
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
run: NODE_OPTIONS=--max_old_space_size=8192 npm run build

- name: Run GUI tests
run: npm run test:gui
run: npm run test:gui -w packages/admin/

- name: Archive screenshots
if: always()
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"typescript": "^5.2.2"
},
"scripts": {
"build": "cd packages/admin/src && npm run build",
"build": "lerna run build",
"start": "cd packages/admin/src && npm run start"
},
"main": "./build/index.tsx"
Expand Down
2 changes: 1 addition & 1 deletion packages/admin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iobroker.admin",
"description": "The adapter opens a webserver for the ioBroker admin UI.",
"version": "6.12.4",
"version": "6.12.9",
"contributors": [
"bluefox <[email protected]>",
"apollon77",
Expand Down

0 comments on commit cb0ca7e

Please sign in to comment.