Skip to content

Commit

Permalink
add testing full score to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nivlekp committed Sep 22, 2024
1 parent f915947 commit f0466d4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,15 @@ jobs:
export PATH=/tmp/lilypond-${LILYPOND_VERSION}/bin:/home/runner/bin:$PATH
export PANG_PATH=${PANG_PATH}
make test-sections
- name: Test Score
run: |
export PATH=/tmp/lilypond-${LILYPOND_VERSION}/bin:/home/runner/bin:$PATH
export PANG_PATH=${PANG_PATH}
make test-score
make full-score
- name: Upload Full Score
uses: actions/upload-artifact@v4
with:
name: full-score
path: minamidera/builds/score/score.pdf
compression-level: 0

0 comments on commit f0466d4

Please sign in to comment.