mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-15 14:16:08 -06:00
don't run all tests on rc branch, we only need py3.7
This commit is contained in:
parent
5a646ed301
commit
82ee1e123d
1 changed files with 4 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ test:lint:3.6:
|
|||
- lint
|
||||
except:
|
||||
- tags
|
||||
- rc
|
||||
|
||||
test:lint:3.7:
|
||||
stage: test
|
||||
|
|
@ -50,6 +51,7 @@ test:lint:3.8:
|
|||
- lint
|
||||
except:
|
||||
- tags
|
||||
- rc
|
||||
allow_failure: true
|
||||
|
||||
test:py:3.6:
|
||||
|
|
@ -63,6 +65,7 @@ test:py:3.6:
|
|||
- docker
|
||||
except:
|
||||
- tags
|
||||
- rc
|
||||
artifacts:
|
||||
reports:
|
||||
junit: .reports/burpui.junit.xml
|
||||
|
|
@ -94,6 +97,7 @@ test:py:3.7:
|
|||
- docker
|
||||
except:
|
||||
- tags
|
||||
- rc
|
||||
artifacts:
|
||||
reports:
|
||||
junit: .reports/burpui.junit.xml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue