itemengine-cypress-automation 1.0.519-IEI-6793-4fdcf17.0 → 1.0.519-IEI-6793-aeb4779.0

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.
Files changed (3) hide show
  1. package/Dockerfile +0 -1
  2. package/il.yaml +1 -0
  3. package/package.json +1 -1
package/Dockerfile CHANGED
@@ -28,7 +28,6 @@ RUN chmod +x ./deploy/resourcesAndToolsQuestion/run.sh
28
28
  RUN chmod +x ./deploy/audioResponseQuestion/run.sh
29
29
  RUN chmod +x ./deploy/dataApi/run.sh
30
30
  RUN chmod +x ./deploy/feedbackScaleQuestion/run.sh
31
- RUN chmod +x ./deploy/test/run.sh
32
31
 
33
32
  RUN npm ci
34
33
 
package/il.yaml CHANGED
@@ -11,6 +11,7 @@ otk:
11
11
  linuxDistribution: alpine
12
12
  language: node
13
13
  languageVersion: "20"
14
+ analysis: false
14
15
  deployables:
15
16
  - ./deploy/audioResponseQuestion/service.yaml
16
17
  # - ./deploy/DNDIntoCategoriesQuestion/service.yaml
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.519-IEI-6793-4fdcf17.0",
3
+ "version": "1.0.519-IEI-6793-aeb4779.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {