Skip to content

Commit

Permalink
Merge pull request cyrusimap#5183 from rjbs/no-dot-git-ci
Browse files Browse the repository at this point in the history
automated testing: update to match new image
  • Loading branch information
rjbs authored Dec 20, 2024
2 parents 88abbc1 + 9ab7222 commit 3300b89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,6 @@ jobs:
echo "Mail::IMAPTalk" $(cpanm --info Mail::IMAPTalk)
/usr/cyrus/libexec/master -V
/usr/cyrus/sbin/cyr_buildinfo
- name: update jmap test suite
working-directory: /srv/JMAP-TestSuite.git
shell: bash
run: |
git fetch
git checkout origin/master
git clean -f -x -d
cpanm --installdeps .
- name: set up cassandane
working-directory: cassandane
shell: bash
Expand Down
6 changes: 3 additions & 3 deletions cassandane/cassandane.ini.dockertests
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ cleanup = no
zoneinfo_dir = /usr/local/cyruslibs/share/cyrus-timezones/zoneinfo

[imaptest]
basedir = /srv/imaptest.git
basedir = /srv/imaptest
# suppress list last reviewed 2023-05-03
suppress = urlauth2


[caldavtester]
# still buggy, skip for now
#basedir = /srv/caldavtester.git
#basedir = /srv/CalDAVTester

[jmaptestsuite]
basedir = /srv/JMAP-TestSuite.git
basedir = /srv/JMAP-TestSuite
suppress =

0 comments on commit 3300b89

Please sign in to comment.