Skip to content

Commit

Permalink
Merge to master before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
André L F S Bacci committed Jan 30, 2025
1 parent b12b9bb commit a837256
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,6 @@ jobs:
php doc-base/scripts/qa/section-order.php
- name: "Build documentation for ${{ matrix.language }}"
run: "php doc-base/configure.php --disable-libxml-check --enable-xml-details --redirect-stderr-to-stdout --with-lang=${{ matrix.language }}"
run: |
git -C doc-base merge --no-ff --no-commit master
php doc-base/configure.php --disable-libxml-check --enable-xml-details --redirect-stderr-to-stdout --with-lang=${{ matrix.language }}

0 comments on commit a837256

Please sign in to comment.