Skip to content

Commit 6b55844

Browse files
committed
DVPL-0: fix test pipeline
1 parent a4085e0 commit 6b55844

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
- name: Checkout code
2424
uses: actions/checkout@v3
2525

26-
- name: Run docker-compose
27-
run: SPLUNK_VERSION=${{matrix.splunk-version}} docker-compose up -d
26+
- name: Run docker compose
27+
run: SPLUNK_VERSION=${{matrix.splunk-version}} docker compose up -d
2828

2929
- name: Setup Python
3030
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)