@@ -30,32 +30,32 @@ jobs:
3030 - name : Install dependencies
3131 run : pnpm install
3232
33- - name : Check licenses
34- run : pnpm licenses:check
33+ # - name: Check licenses
34+ # run: pnpm licenses:check
3535
36- - name : Save licenses
37- run : pnpm licenses:csv && pnpm licenses:save
36+ # - name: Save licenses
37+ # run: pnpm licenses:csv && pnpm licenses:save
3838
39- - name : Check types
40- run : pnpm check:types
39+ # - name: Check types
40+ # run: pnpm check:types
4141
42- - name : Check format
43- run : pnpm check:format
42+ # - name: Check format
43+ # run: pnpm check:format
4444
45- - name : Lint
46- run : pnpm lint
45+ # - name: Lint
46+ # run: pnpm lint
4747
48- - name : Run unit tests
49- run : pnpm test:unit --coverage
48+ # - name: Run unit tests
49+ # run: pnpm test:unit --coverage
5050
51- - name : SonarCloud Scan
52- if : github.event_name == 'pull_request' || startsWith(github.ref, 'refs/tags/')
53- uses : SonarSource/sonarqube-scan-action@299e4b793aaa83bf2aba7c9c14bedbb485688ec4 # v7.1.0
54- env :
55- SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
56- SONAR_PULL_REQUEST_BASE : ${{ github.event_name == 'pull_request' && github.event.pull_request.base.ref || '' }}
57- SONAR_PULL_REQUEST_BRANCH : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.ref || '' }}
58- SONAR_PULL_REQUEST_KEY : ${{ github.event_name == 'pull_request' && github.event.pull_request.number || '' }}
51+ # - name: SonarCloud Scan
52+ # if: github.event_name == 'pull_request' || startsWith(github.ref, 'refs/tags/')
53+ # uses: SonarSource/sonarqube-scan-action@299e4b793aaa83bf2aba7c9c14bedbb485688ec4 # v7.1.0
54+ # env:
55+ # SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
56+ # SONAR_PULL_REQUEST_BASE: ${{ github.event_name == 'pull_request' && github.event.pull_request.base.ref || '' }}
57+ # SONAR_PULL_REQUEST_BRANCH: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.ref || '' }}
58+ # SONAR_PULL_REQUEST_KEY: ${{ github.event_name == 'pull_request' && github.event.pull_request.number || '' }}
5959
6060 - name : Build
6161 run : make dist
@@ -75,32 +75,32 @@ jobs:
7575 fail-fast : false
7676 matrix :
7777 suites :
78- - suite : part-1
79- test_suites : admin-settings,spaces
80- - suite : part-2
81- test_suites : navigation,user-settings,app-store,file-action
82- - suite : part-3
83- test_suites : shares,search,runtime
84- tika : true
85- - suite : app-provider
86- test_suites : app-provider
87- collaboration : true
88- - suite : ocm
89- test_suites : ocm
90- federated : true
91- - suite : oidc
92- feature_files : specs/oidc/refreshToken.spec.ts
93- oidc : true
94- - suite : oidc-iframe
95- feature_files : specs/oidc/iframeTokenRenewal.spec.ts
96- oidc_iframe : true
97- - suite : smoke
98- test_suites : smoke
99- - suite : mfa
100- test_suites : mfa
101- mfa : true
78+ # - suite: part-1
79+ # test_suites: admin-settings,spaces
80+ # - suite: part-2
81+ # test_suites: navigation,user-settings,app-store,file-action
82+ # - suite: part-3
83+ # test_suites: shares,search,runtime
84+ # tika: true
85+ # - suite: app-provider
86+ # test_suites: app-provider
87+ # collaboration: true
88+ # - suite: ocm
89+ # test_suites: ocm
90+ # federated: true
91+ # - suite: oidc
92+ # feature_files: specs/oidc/refreshToken.spec.ts
93+ # oidc: true
94+ # - suite: oidc-iframe
95+ # feature_files: specs/oidc/iframeTokenRenewal.spec.ts
96+ # oidc_iframe: true
97+ # - suite: smoke
98+ # test_suites: smoke
99+ # - suite: mfa
100+ # test_suites: mfa
101+ # mfa: true
102102 - suite : keycloak
103- feature_files : specs/admin-settings/spaces.spec.ts
103+ feature_files : specs/admin-settings/spaces.spec.ts,specs/keycloak/groups.spec.ts:7
104104 keycloak : true
105105 env :
106106 BASE_URL_OCIS : localhost:9200
0 commit comments