Skip to content

Commit 16d29dd

Browse files
committed
Fix CI
1 parent e575cc5 commit 16d29dd

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,18 @@ jobs:
1616
- "latest"
1717
steps:
1818
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
19+
- name: Set up environment variables
20+
run: |
21+
cp ./.splunkrc.test ./.splunkrc
22+
cp ./.env.test ./.env
1923
- name: Launch Splunk ${{ matrix.splunk-version }}
2024
run: SPLUNK_VERSION=${{ matrix.splunk-version }} docker compose up -d
2125
- name: Use node ${{ matrix.node-version }}
2226
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020
2327
with:
2428
node-version: ${{ matrix.node-version }}
25-
- name: Set up environment variables
26-
run: cp ./.env.test ./.env
2729
- name: Install dependencies
28-
run: npm install
30+
run: npm install --lockfile-version 1
2931
- name: Run test suite
3032
run: node sdkdo tests
3133
env:

0 commit comments

Comments
 (0)