Skip to content

Commit

Permalink
ci: remove matrix option from test-splunk-matrix step (#545)
Browse files Browse the repository at this point in the history
While we are migrating to Kubernetes, I think it will be still valuable to remove bug in a pipeline not to waste Github's resources for no reason and maybe speed up our pipeline.
  • Loading branch information
artemrys authored Feb 17, 2022
1 parent c443b50 commit 5464510
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,13 +184,12 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
splunk-version: [8.1, 8.2]
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Set up OS=${{ matrix.os }}::Python=3.7::Splunk=${{ matrix.splunk-version }}
- name: Set up OS=ubuntu-latest::Python=3.7::Splunk=${{ matrix.splunk-version }}
uses: actions/setup-python@v1
with:
python-version: 3.7
Expand Down

0 comments on commit 5464510

Please sign in to comment.