We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cffaf3 commit f26d822Copy full SHA for f26d822
.gitlab-ci.yml
@@ -82,6 +82,8 @@ test:e2e:
82
<<: *setup_cache
83
dependencies:
84
- build
85
+ needs:
86
+ - build
87
script:
88
- *install_deps
89
- GOOGLE_CHROME_VERSION=$(google-chrome --version | perl -pe '($_)=/([0-9]+([.][0-9]+)+)/')
@@ -96,6 +98,8 @@ internal-publish:
96
98
- if: '$CI_COMMIT_BRANCH == $CI_COMMIT_REF_NAME'
97
99
100
101
102
103
104
- npm config set registry $NEXUS3_NPM_REGISTRY
105
- infinity npm publish dist
@@ -110,6 +114,9 @@ release-tag:
110
114
111
115
112
116
- test:e2e
117
118
119
+ - test:e2e
113
120
121
# we create temporary folder to hold newly cloned project
122
- PROJECT_CLONE=$(mktemp -d)
0 commit comments