forked from openlp/openlp
Merge branch 'dont-run-tests-on-tag' into 'master'
AppVeyor: Don't run tests on tags See merge request openlp/openlp!353
This commit is contained in:
commit
59c55fea4c
@ -41,11 +41,14 @@ install:
|
||||
build: off
|
||||
|
||||
test_script:
|
||||
- ps: cd $env:APPVEYOR_BUILD_FOLDER
|
||||
- ps: >-
|
||||
If (($env:APPVEYOR_REPO_TAG -eq $False)) {
|
||||
cd $env:APPVEYOR_BUILD_FOLDER
|
||||
# Run the tests
|
||||
- python -m pytest tests
|
||||
python -m pytest tests
|
||||
# Go back to the user root folder
|
||||
- cd ..
|
||||
cd ..
|
||||
}
|
||||
|
||||
after_test:
|
||||
# Only package on the master repo
|
||||
|
Loading…
Reference in New Issue
Block a user