File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -16,16 +16,18 @@ jobs:
16
16
- " latest"
17
17
steps :
18
18
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
19
+ - name : Set up environment variables
20
+ run : |
21
+ cp ./.splunkrc.test ./.splunkrc
22
+ cp ./.env.test ./.env
19
23
- name : Launch Splunk ${{ matrix.splunk-version }}
20
24
run : SPLUNK_VERSION=${{ matrix.splunk-version }} docker compose up -d
21
25
- name : Use node ${{ matrix.node-version }}
22
26
uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020
23
27
with :
24
28
node-version : ${{ matrix.node-version }}
25
- - name : Set up environment variables
26
- run : cp ./.env.test ./.env
27
29
- name : Install dependencies
28
- run : npm install
30
+ run : npm install --lockfile-version 1
29
31
- name : Run test suite
30
32
run : node sdkdo tests
31
33
env :
You can’t perform that action at this time.
0 commit comments