We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e575cc5 commit 16d29ddCopy full SHA for 16d29dd
1 file changed
.github/workflows/test.yml
@@ -16,16 +16,18 @@ jobs:
16
- "latest"
17
steps:
18
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
19
+ - name: Set up environment variables
20
+ run: |
21
+ cp ./.splunkrc.test ./.splunkrc
22
+ cp ./.env.test ./.env
23
- name: Launch Splunk ${{ matrix.splunk-version }}
24
run: SPLUNK_VERSION=${{ matrix.splunk-version }} docker compose up -d
25
- name: Use node ${{ matrix.node-version }}
26
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020
27
with:
28
node-version: ${{ matrix.node-version }}
- - name: Set up environment variables
- run: cp ./.env.test ./.env
29
- name: Install dependencies
- run: npm install
30
+ run: npm install --lockfile-version 1
31
- name: Run test suite
32
run: node sdkdo tests
33
env:
0 commit comments