@@ -21,10 +21,10 @@ jobs:
2121 image : owncloudci/squish:fedora-42-8.1.0-qt68x-linux64
2222 steps :
2323 - name : Checkout
24- uses : actions/checkout@v4
24+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2525
2626 - name : Setup NodeJs
27- uses : actions/setup-node@v4
27+ uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
2828 with :
2929 node-version : 18
3030
8383
8484 steps :
8585 - name : Checkout
86- uses : actions/checkout@v4
86+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8787
8888 - name : Build client
8989 run : |
@@ -132,7 +132,7 @@ jobs:
132132 --testsuite test/gui
133133 --reportgen html,test/gui/guiReportUpload
134134 --envvar QT_LOGGING_RULES=sync.httplogger=true;gui.socketapi=false
135- --tags ~@skip --tags ~@skipOnLinux --tags ~@skipOnOCIS
135+ --tags ~@skip --tags ~@skipOnLinux
136136 ${{
137137 !contains(github.event.pull_request.title, 'full-ci')
138138 && '--abortOnFail' || ''
@@ -158,22 +158,3 @@ jobs:
158158 REPORT_DIR : /__w/client/client/test/gui/guiReportUpload
159159 SERVER_TYPE : ocis
160160 run : bash test/gui/ci/log_reports.sh ${REPORT_DIR} ${GITHUB_REPO} ${GITHUB_RUN_NUMBER} ${SERVER_TYPE}
161-
162- notification :
163- needs : gui-tests
164- if : github.event_name == 'schedule'
165- runs-on : ubuntu-latest
166- container :
167- image : owncloudci/alpine:latest
168- steps :
169- - name : Checkout
170- uses : actions/checkout@v4
171-
172- - name : notify-matrix
173- env :
174- CACHE_ENDPOINT : ${{ env.S3_PUBLIC_CACHE_SERVER }}
175- CACHE_BUCKET : ${{ env.S3_PUBLIC_CACHE_BUCKET }}
176- MATRIX_TOKEN : ${{ secrets.MATRIX_TOKEN }}
177- GITHUB_BUILD_STATUS : ${{ needs.gui-tests.result }}
178- COMMIT_AUTHOR : ${{ github.event.head_commit.author.name }}
179- run : bash test/gui/ci/notification_template.sh .
0 commit comments