aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorFerdinand Thiessen <opensource@fthiessen.de>2024-09-19 18:54:43 +0200
committerFerdinand Thiessen <opensource@fthiessen.de>2024-09-19 20:53:31 +0200
commit051ee7e7fd9c2563cf554a29ec790cef7066d609 (patch)
tree9fb6c8a2bca60a890ee096bcfba4fafc1f324be7 /.github
parent7ae7f7fd12154eb73e02ad0cd0877ac23eb41e8c (diff)
downloadnextcloud-server-051ee7e7fd9c2563cf554a29ec790cef7066d609.tar.gz
nextcloud-server-051ee7e7fd9c2563cf554a29ec790cef7066d609.zip
chore: Get rid of travis in DAV appchore/remove-travis
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/integration-dav.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/integration-dav.yml b/.github/workflows/integration-dav.yml
index ce493ae42b1..41404a82297 100644
--- a/.github/workflows/integration-dav.yml
+++ b/.github/workflows/integration-dav.yml
@@ -99,9 +99,9 @@ jobs:
- name: Run CalDAVTester
run: |
- cp "apps/dav/tests/travis/caldavtest/serverinfo-${{ matrix.endpoint }}${{ matrix.endpoint == 'old' && (matrix.service == 'CardDAV' && '-carddav' || '-caldav') || '' }}-endpoint.xml" "apps/dav/tests/travis/caldavtest/serverinfo.xml"
+ cp "apps/dav/tests/testsuits/caldavtest/serverinfo-${{ matrix.endpoint }}${{ matrix.endpoint == 'old' && (matrix.service == 'CardDAV' && '-carddav' || '-caldav') || '' }}-endpoint.xml" "apps/dav/tests/testsuits/caldavtest/serverinfo.xml"
pushd CalDAVTester
- PYTHONPATH="../pycalendar/src" python testcaldav.py --print-details-onfail --basedir "../apps/dav/tests/travis/caldavtest" -o cdt.txt \
+ PYTHONPATH="../pycalendar/src" python testcaldav.py --print-details-onfail --basedir "../apps/dav/tests/testsuits/caldavtest" -o cdt.txt \
"${{ matrix.service }}/current-user-principal.xml" \
"${{ matrix.service }}/sync-report.xml" \
${{ matrix.endpoint == 'new' && format('{0}/sharing-{1}.xml', matrix.service, matrix.service == 'CalDAV' && 'calendars' || 'addressbooks') || ';' }}