@toptal/davinci-ci 1.14.6-alpha-fx-2551-adopt-staging-deployment.2 → 1.14.6-alpha-fx-2460-put-the-integration-tests-gh-workflow-in-davinci-skeleton.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toptal/davinci-ci",
|
|
3
|
-
"version": "1.14.6-alpha-fx-
|
|
3
|
+
"version": "1.14.6-alpha-fx-2460-put-the-integration-tests-gh-workflow-in-davinci-skeleton.10+df29b1c2",
|
|
4
4
|
"description": "Continuos integrations tools for frontend projects",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@commitlint/cli": "^12.1.4",
|
|
34
34
|
"@commitlint/config-conventional": "^16.0.0",
|
|
35
|
-
"@toptal/davinci-cli-shared": "1.5.2-alpha-fx-
|
|
35
|
+
"@toptal/davinci-cli-shared": "1.5.2-alpha-fx-2460-put-the-integration-tests-gh-workflow-in-davinci-skeleton.10+df29b1c2",
|
|
36
36
|
"danger": "^10.9.0",
|
|
37
37
|
"markdown-table": "^2.0.0"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "df29b1c253169720b34b868397f68964deb81fc2"
|
|
40
40
|
}
|
|
@@ -395,7 +395,7 @@ pipeline {
|
|
|
395
395
|
sh """
|
|
396
396
|
docker run \
|
|
397
397
|
--user="root" \
|
|
398
|
-
--rm gcr.io/toptal-hub/${repositoryName}:${commitId} /bin/bash -c "apt update && apt-get -y install libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb && yarn cypress install > /dev/null && yarn test:
|
|
398
|
+
--rm gcr.io/toptal-hub/${repositoryName}:${commitId} /bin/bash -c "apt update && apt-get -y install libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb && yarn cypress install > /dev/null && yarn test:integration:ci"
|
|
399
399
|
"""
|
|
400
400
|
}
|
|
401
401
|
} //steps
|
|
@@ -258,7 +258,7 @@ pipeline {
|
|
|
258
258
|
sh """
|
|
259
259
|
docker run \
|
|
260
260
|
--user="root" \
|
|
261
|
-
--rm gcr.io/toptal-hub/${repositoryName}:${commitId} /bin/bash -c "apt update && apt-get -y install libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb && yarn cypress install > /dev/null && yarn test:
|
|
261
|
+
--rm gcr.io/toptal-hub/${repositoryName}:${commitId} /bin/bash -c "apt update && apt-get -y install libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb && yarn cypress install > /dev/null && yarn test:integration:ci"
|
|
262
262
|
"""
|
|
263
263
|
}
|
|
264
264
|
} //steps
|