Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@ jobs:
e2e:
- 'tests/e2e/**'

frontend-tests:
needs: changes
if: inputs.group_tests == 'all' || inputs.group_tests == 'without_e2e' || startsWith(github.ref_name, 'fe/')
uses: ./.github/workflows/tests-frontend.yml
secrets: inherit
# frontend-tests:
# needs: changes
# if: inputs.group_tests == 'all' || inputs.group_tests == 'without_e2e' || startsWith(github.ref_name, 'fe/')
# uses: ./.github/workflows/tests-frontend.yml
# secrets: inherit

backend-tests:
needs: changes
Expand Down Expand Up @@ -152,12 +152,12 @@ jobs:
clean:
uses: ./.github/workflows/clean-deployments.yml
if: always()
needs: [frontend-tests, backend-tests, integration-tests, e2e-docker-tests, e2e-appimage-tests]
needs: [backend-tests, integration-tests, e2e-docker-tests, e2e-appimage-tests]

# Remove artifacts from github actions
remove-artifacts:
name: Remove artifacts
needs: [frontend-tests, backend-tests, integration-tests, e2e-docker-tests, e2e-appimage-tests]
needs: [backend-tests, integration-tests, e2e-docker-tests, e2e-appimage-tests]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
"word-wrap": "1.2.4",
"**/semver": "^7.5.2",
"rawproto/protobufjs": "^7.2.5",
"@electron/notarize": "2.3.2",
"webpack-bundle-analyzer/ws": "^7.5.10",
"msw/path-to-regexp": "^6.3.0",
"msw/cookie": "^0.7.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1205,10 +1205,10 @@
tar "^6.2.1"
which "^2.0.2"

"@electron/notarize@2.2.1":
version "2.2.1"
resolved "https://registry.yarnpkg.com/@electron/notarize/-/notarize-2.2.1.tgz#d0aa6bc43cba830c41bfd840b85dbe0e273f59fe"
integrity sha512-aL+bFMIkpR0cmmj5Zgy0LMKEpgy43/hw5zadEArgmAMWWlKc5buwFvFT9G/o/YJkvXAJm5q3iuTuLaiaXW39sg==
"@electron/notarize@2.2.1", "@electron/notarize@2.3.2":
version "2.3.2"
resolved "https://registry.yarnpkg.com/@electron/notarize/-/notarize-2.3.2.tgz#20a52a961747be8542a35003380988a0d3fe15e6"
integrity sha512-zfayxCe19euNwRycCty1C7lF7snk9YwfRpB5M8GLr1a4ICH63znxaPNAubrMvj0yDvVozqfgsdYpXVUnpWBDpg==
dependencies:
debug "^4.1.1"
fs-extra "^9.0.1"
Expand Down