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 65efaad commit cdda593Copy full SHA for cdda593
.github/workflows/test.yml
@@ -39,14 +39,19 @@ jobs:
39
- ${{ github.workspace }}/splunklib:/opt/splunk/etc/apps/reporting_app/lib/splunklib
40
- ${{ github.workspace }}/splunklib:/opt/splunk/etc/apps/streaming_app/lib/splunklib
41
steps:
42
- - uses: actions/checkout@v2
43
- with:
44
- clean: false
+ - name: Checkout code
+ uses: actions/checkout@v2
+
45
+ - name: Run docker-compose
46
+ run: docker-compose up -d
47
48
- name: Setup Python
49
uses: actions/setup-python@v2
50
with:
51
python-version: ${{ matrix.python }}
52
53
- name: Install tox
54
run: pip install tox
55
56
- name: Test Execution
57
run: tox -e py
0 commit comments