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 4, 2020
1 parent aac930c commit 13d54dc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ jobs:
- name: Build
run: |
docker-compose -f tests/docker-compose.yml build
- name: Build
run: |
docker-compose -f tests/docker-compose.yml up
env:
SPLUNKBASE_PASSWORD: ${{ secrets.SPLUNKBASE_PASSWORD }}
SPLUNK_HEC_TOKEN: ${{ secrets.SPLUNK_HEC_TOKEN }}
SPLUNK_START_ARGS: ${{ secrets.SPLUNK_START_ARGS }}
- name: Test with pytest
run: |
pip install pytest
Expand Down

0 comments on commit 13d54dc

Please sign in to comment.