Skip to content

Commit

Permalink
Store the logo as we use it in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Dec 8, 2024
1 parent b08de7f commit a27afa6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/jobs/baseinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ else
--enable-judgehost-build=no | tee "$ARTIFACTS"/configure.txt
make domserver
make install-domserver
rm -rf /opt/domjudge/domserver/webapp/public/doc
cp -r doc /opt/domjudge/domserver/webapp/public/
find /opt/domjudge/domserver -name DOMjudgelogo.pdf
fi
section_end

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
check-static-codecov:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Download latest codecov upload script
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
uses: EnricoMi/publish-unit-test-result-action@v2
if: ${{ !cancelled() }}
with:
files: /tmp/artifacts/unit-tests.xml
files: unit-tests.xml
- name: Get SQL logs
run: docker logs "${{ job.services.sqlserver.id }}"
- name: Collect docker logs on failure
Expand Down

0 comments on commit a27afa6

Please sign in to comment.