Skip to content

Commit

Permalink
Merge pull request cyrusimap#4658 from elliefm/v39/gh-actions-cyr_bui…
Browse files Browse the repository at this point in the history
…ldinfo

github actions: report cyr_buildinfo details
  • Loading branch information
elliefm authored Sep 21, 2023
2 parents 8470948 + 11214d3 commit 9743559
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
./tools/build-with-cyruslibs.sh
- name: report cyrus version
shell: bash
run: /usr/cyrus/libexec/master -V
run: |
/usr/cyrus/libexec/master -V
/usr/cyrus/sbin/cyr_buildinfo
- name: update jmap test suite
working-directory: /srv/JMAP-TestSuite.git
shell: bash
Expand Down

0 comments on commit 9743559

Please sign in to comment.