Skip to content

Commit

Permalink
clientinfo for integre test
Browse files Browse the repository at this point in the history
  • Loading branch information
qkang07 committed Jan 25, 2024
1 parent 5e82b1a commit af7db54
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name: Create and publish a dev Docker image

on:
push:
branches: ['main']
branches: ['main','feat/clientinfo']

env:
REGISTRY: ghcr.io
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@huolala-tech/page-spy-browser": "^1.6.6",
"@huolala-tech/page-spy-types": "^1.6.3",
"@huolala-tech/page-spy-types": "^1.7.0",
"@huolala-tech/react-json-view": "^1.2.4",
"@huolala-tech/request": "^1.1.2",
"ahooks": "^3.1.9",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -767,6 +767,11 @@
resolved "https://registry.npmjs.org/@huolala-tech/page-spy-types/-/page-spy-types-1.6.3.tgz#f35608f4fe5854242a36fba3362efadd1f66442c"
integrity sha512-gY1xMpxngLJ+yUHBVQjTxpQ3R7q4bXpM/cDqpO+n2RQeEYoCiAQEkpzbhnne45c4TWSFWH6yIIVN1Qj7ju96Dw==

"@huolala-tech/page-spy-types@^1.7.0":
version "1.7.0"
resolved "https://registry.npmjs.org/@huolala-tech/page-spy-types/-/page-spy-types-1.7.0.tgz#6bba0be5a1ff01a12274f26c614f48ef4121e865"
integrity sha512-GN8i+t/Bse7gjtpArN60FSmWaan9+FNZ2MlWxt2W9bobYS2zUv2VqxYPkj9HENXPon2nBdrXzdPXscVxGpXmxA==

"@huolala-tech/react-json-view@^1.2.4":
version "1.2.4"
resolved "https://registry.npmjs.org/@huolala-tech/react-json-view/-/react-json-view-1.2.4.tgz#7e8bec7fa16a42d90ffc406f327848b116d4efe0"
Expand Down

0 comments on commit af7db54

Please sign in to comment.