File tree 2 files changed +3
-4
lines changed
actions/run-cypress-tests
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
name : Run Cypress Tests
2
2
description : ' Runs Cypress tests for the security-dashboards-plugin with opensearch_dashboards.yml and security configuration provided'
3
3
4
+ env :
5
+ OPENSEARCH_VERSION : ' 3.0.0-alpha1'
6
+
4
7
inputs :
5
8
security_config_file :
6
9
description : ' Name of the security plugin config file'
21
24
steps :
22
25
- name : Set env
23
26
run : |
24
- opensearch_version=$(node -p "require('./package.json').opensearchDashboards.version")
25
27
plugin_version=$(node -p "require('./package.json').version")
26
- echo "OPENSEARCH_VERSION=$opensearch_version" >> $GITHUB_ENV
27
28
echo "PLUGIN_VERSION=$plugin_version" >> $GITHUB_ENV
28
29
shell : bash
29
30
Original file line number Diff line number Diff line change 28
28
29
29
- name : Set env
30
30
run : |
31
- opensearch_version=$(node -p "require('./package.json').opensearchDashboards.version")
32
31
plugin_version=$(node -p "require('./package.json').version")
33
- echo "OPENSEARCH_VERSION=$opensearch_version" >> $GITHUB_ENV
34
32
echo "PLUGIN_VERSION=$plugin_version" >> $GITHUB_ENV
35
33
shell : bash
36
34
You can’t perform that action at this time.
0 commit comments