Skip to content

Commit 87c1bce

Browse files
Update test.yml
1 parent 878ffac commit 87c1bce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: actions/checkout@v2
4444

4545
- name: Run docker-compose
46-
run: docker-compose up -d
46+
run: SPLUNK_VERSION=${{matrix.splunk-version}} docker-compose up -d
4747

4848
- name: Setup Python
4949
uses: actions/setup-python@v2

0 commit comments

Comments
 (0)