Skip to content

Commit 3a9f3b0

Browse files
Merge pull request #4244 from RedisInsight/latest
Latest
2 parents c70e525 + fbc6e43 commit 3a9f3b0

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,11 @@ jobs:
8484
e2e:
8585
- 'tests/e2e/**'
8686
87-
frontend-tests:
88-
needs: changes
89-
if: inputs.group_tests == 'all' || inputs.group_tests == 'without_e2e' || startsWith(github.ref_name, 'fe/')
90-
uses: ./.github/workflows/tests-frontend.yml
91-
secrets: inherit
87+
# frontend-tests:
88+
# needs: changes
89+
# if: inputs.group_tests == 'all' || inputs.group_tests == 'without_e2e' || startsWith(github.ref_name, 'fe/')
90+
# uses: ./.github/workflows/tests-frontend.yml
91+
# secrets: inherit
9292

9393
backend-tests:
9494
needs: changes
@@ -152,12 +152,12 @@ jobs:
152152
clean:
153153
uses: ./.github/workflows/clean-deployments.yml
154154
if: always()
155-
needs: [frontend-tests, backend-tests, integration-tests, e2e-docker-tests, e2e-appimage-tests]
155+
needs: [backend-tests, integration-tests, e2e-docker-tests, e2e-appimage-tests]
156156

157157
# Remove artifacts from github actions
158158
remove-artifacts:
159159
name: Remove artifacts
160-
needs: [frontend-tests, backend-tests, integration-tests, e2e-docker-tests, e2e-appimage-tests]
160+
needs: [backend-tests, integration-tests, e2e-docker-tests, e2e-appimage-tests]
161161
runs-on: ubuntu-latest
162162
steps:
163163
- uses: actions/checkout@v4

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
"word-wrap": "1.2.4",
8888
"**/semver": "^7.5.2",
8989
"rawproto/protobufjs": "^7.2.5",
90+
"@electron/notarize": "2.3.2",
9091
"webpack-bundle-analyzer/ws": "^7.5.10",
9192
"msw/path-to-regexp": "^6.3.0",
9293
"msw/cookie": "^0.7.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1205,10 +1205,10 @@
12051205
tar "^6.2.1"
12061206
which "^2.0.2"
12071207

1208-
"@electron/[email protected]":
1209-
version "2.2.1"
1210-
resolved "https://registry.yarnpkg.com/@electron/notarize/-/notarize-2.2.1.tgz#d0aa6bc43cba830c41bfd840b85dbe0e273f59fe"
1211-
integrity sha512-aL+bFMIkpR0cmmj5Zgy0LMKEpgy43/hw5zadEArgmAMWWlKc5buwFvFT9G/o/YJkvXAJm5q3iuTuLaiaXW39sg==
1208+
"@electron/[email protected]", "@electron/[email protected]":
1209+
version "2.3.2"
1210+
resolved "https://registry.yarnpkg.com/@electron/notarize/-/notarize-2.3.2.tgz#20a52a961747be8542a35003380988a0d3fe15e6"
1211+
integrity sha512-zfayxCe19euNwRycCty1C7lF7snk9YwfRpB5M8GLr1a4ICH63znxaPNAubrMvj0yDvVozqfgsdYpXVUnpWBDpg==
12121212
dependencies:
12131213
debug "^4.1.1"
12141214
fs-extra "^9.0.1"

0 commit comments

Comments
 (0)