diff --git a/.github/workflows/test_matrix.yml b/.github/workflows/test_matrix.yml index 5080398..0aa5a0f 100644 --- a/.github/workflows/test_matrix.yml +++ b/.github/workflows/test_matrix.yml @@ -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