Skip to content

Commit cdda593

Browse files
Update test.yml
1 parent 65efaad commit cdda593

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,19 @@ jobs:
3939
- ${{ github.workspace }}/splunklib:/opt/splunk/etc/apps/reporting_app/lib/splunklib
4040
- ${{ github.workspace }}/splunklib:/opt/splunk/etc/apps/streaming_app/lib/splunklib
4141
steps:
42-
- uses: actions/checkout@v2
43-
with:
44-
clean: false
42+
- name: Checkout code
43+
uses: actions/checkout@v2
44+
45+
- name: Run docker-compose
46+
run: docker-compose up -d
47+
4548
- name: Setup Python
4649
uses: actions/setup-python@v2
4750
with:
4851
python-version: ${{ matrix.python }}
52+
4953
- name: Install tox
5054
run: pip install tox
55+
5156
- name: Test Execution
5257
run: tox -e py

0 commit comments

Comments
 (0)