Temporarily disable webide stage, because it contains a randomly failing test.
This commit is contained in:
parent
65161148d3
commit
a4e414bd76
@ -85,9 +85,11 @@ xrefcheck:
|
|||||||
.webide-e2e:
|
.webide-e2e:
|
||||||
extends: .nix
|
extends: .nix
|
||||||
only:
|
only:
|
||||||
- merge_requests
|
# Disabled for now unless the branch name contains webide, because a test in this job fails randomly
|
||||||
- dev
|
- /.*webide.*/
|
||||||
- /^.*-run-dev$/
|
#- merge_requests
|
||||||
|
#- dev
|
||||||
|
#- /^.*-run-dev$/
|
||||||
script:
|
script:
|
||||||
- nix-build nix -A ligo-editor.e2e
|
- nix-build nix -A ligo-editor.e2e
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user