Skip to content

Commit

Permalink
Update test_matrix.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rfaircloth-splunk committed Feb 5, 2020
1 parent d5af1ee commit 230254a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,18 @@ jobs:
- name: Build
run: |
docker-compose -f tests/docker-compose.yml build
- name: Build
run: |
docker-compose -f tests/docker-compose.yml -d up
sleep 80
- name: Test with pytest
run: |
pip install pytest
pytest -v \
--rootdir=$(pwd) \
--splunk_type=docker \
--splunk_type=external \
--splunk_host=splunk \
--splunk_port=8089 \
--splunk_version=${{ matrix.splunk-version }} \
--splunk_password=${{ secrets.GitHub_PAT }}
env:
Expand Down

0 comments on commit 230254a

Please sign in to comment.