Merge branch 'bugfix-temporarily-disable-webide-test' into 'dev'

Temporarily disable webide stage because it contains a randomly failing test

See merge request ligolang/ligo!693
This commit is contained in:
Suzanne Dupéron 2020-06-24 10:18:37 +00:00
commit 5589d47123

View File

@ -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