Skip to content

Commit

Permalink
Merge pull request #4553 from elliefm/v39/ghactions-report-cyrus-version
Browse files Browse the repository at this point in the history
github actions: report cyrus version
  • Loading branch information
elliefm authored Jul 26, 2023
2 parents f0df57b + 34be0c0 commit 633582e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
git config --global --add safe.directory /__w/cyrus-imapd/cyrus-imapd
echo "building cyrus version" $(./tools/git-version.sh)
./tools/build-with-cyruslibs.sh
- name: report cyrus version
shell: bash
run: /usr/cyrus/libexec/master -V
- name: update jmap test suite
working-directory: /srv/JMAP-TestSuite.git
shell: bash
Expand Down

0 comments on commit 633582e

Please sign in to comment.