Skip to content

Commit d7bc996

Browse files
committed
comment fe tests
1 parent f360818 commit d7bc996

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
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

0 commit comments

Comments
 (0)