Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
illwieckz committed Jul 16, 2024
1 parent 1bc202b commit c49c843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,6 @@ steps:
cp -av ${RUNTIME_FILES} build/
fi
if "${RUN_TESTS:-true}"; then
test/test.py || base64 -d < build/test/jpg-to-all/unvanquished_64.crn
test/test.py || base64 < build/test/jpg-to-all/unvanquished_64.crn
fi
displayName: 'Test'

0 comments on commit c49c843

Please sign in to comment.