We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 878ffac commit 87c1bceCopy full SHA for 87c1bce
.github/workflows/test.yml
@@ -43,7 +43,7 @@ jobs:
43
uses: actions/checkout@v2
44
45
- name: Run docker-compose
46
- run: docker-compose up -d
+ run: SPLUNK_VERSION=${{matrix.splunk-version}} docker-compose up -d
47
48
- name: Setup Python
49
uses: actions/setup-python@v2
0 commit comments