diff --git a/.github/workflows/test_matrix.yml b/.github/workflows/test_matrix.yml index 0e1b202..7476a54 100644 --- a/.github/workflows/test_matrix.yml +++ b/.github/workflows/test_matrix.yml @@ -33,13 +33,6 @@ 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