This repository was archived by the owner on Aug 6, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +22
-18
lines changed
Expand file tree Collapse file tree 1 file changed +22
-18
lines changed Original file line number Diff line number Diff line change 33# SPDX-FileCopyrightText: 2022 Dusan Mijatovic (dv4all) (dv4all)
44# SPDX-FileCopyrightText: 2022 Ewan Cahen (Netherlands eScience Center) <[email protected] >55# SPDX-FileCopyrightText: 2022 Netherlands eScience Center
6+ # SPDX-FileCopyrightText: 2023 Christian Meeßen (GFZ) <[email protected] >7+ # SPDX-FileCopyrightText: 2023 Helmholtz Centre Potsdam - GFZ German Research Centre for Geosciences
68#
79# SPDX-License-Identifier: Apache-2.0
10+ # SPDX-License-Identifier: EUPL-1.2
811
912name : e2e tests chrome
1013on :
1114 workflow_dispatch :
12- push :
13- branches :
14- - main
15- paths :
16- - " authentication/**"
17- - " backend-postgrest/**"
18- - " database/**"
19- - " e2e/**"
20- - " frontend/**"
21- - " nginx/**"
22- pull_request :
23- paths :
24- - " authentication/**"
25- - " backend-postgrest/**"
26- - " database/**"
27- - " e2e/**"
28- - " frontend/**"
29- - " nginx/**"
15+ # Disabled automatic tests for HIFIS fork, because the e2e tests sometimes fail randomly
16+ # push:
17+ # branches:
18+ # - main
19+ # paths:
20+ # - "authentication/**"
21+ # - "backend-postgrest/**"
22+ # - "database/**"
23+ # - "e2e/**"
24+ # - "frontend/**"
25+ # - "nginx/**"
26+ # pull_request:
27+ # paths:
28+ # - "authentication/**"
29+ # - "backend-postgrest/**"
30+ # - "database/**"
31+ # - "e2e/**"
32+ # - "frontend/**"
33+ # - "nginx/**"
3034
3135jobs :
3236 ubuntu-v22 :
You can’t perform that action at this time.
0 commit comments