Skip to content

Commit

Permalink
Temporary disable generation of vtests
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-spa committed Mar 23, 2023
1 parent 23909b2 commit 59ee813
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci_vtests.yml
Expand Up @@ -150,14 +150,14 @@ jobs:
with:
name: ${{ needs.setup.outputs.artifact_name }}
path: ./comparison
- name: Generate ref drawdata
run: |
chmod +x ./musescore_reference/app/bin/mscore4portable
xvfb-run ./vtest/gen-ref-data.sh -m ./musescore_reference/app/bin/mscore4portable
- name: DrawData VTest
run: |
chmod +x ./musescore_current/app/bin/mscore4portable
xvfb-run ./vtest/vtest.sh -m ./musescore_current/app/bin/mscore4portable
#- name: Generate ref drawdata
# run: |
# chmod +x ./musescore_reference/app/bin/mscore4portable
# xvfb-run ./vtest/gen-ref-data.sh -m ./musescore_reference/app/bin/mscore4portable
#- name: DrawData VTest
# run: |
# chmod +x ./musescore_current/app/bin/mscore4portable
# xvfb-run ./vtest/vtest.sh -m ./musescore_current/app/bin/mscore4portable
# - name: Skip failure signal if PR is labeled 'vtests'
# if: github.event_name == 'pull_request' && contains( env.VTEST_DIFF_FOUND, 'true') && contains(github.event.pull_request.labels.*.name, 'vtests')
# run: |
Expand Down

0 comments on commit 59ee813

Please sign in to comment.