Skip to content

Commit

Permalink
edited pipeline to test in 2 specific splunk versions
Browse files Browse the repository at this point in the history
  • Loading branch information
edro15 committed Aug 22, 2024
1 parent 6556dc2 commit 50bf595
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ jobs:
splunk-test:
name: Deploy and test the Viz
runs-on: ubuntu-latest
# runs-on: codebuild-runner-gha-splunk-3D-graph-network-topology-viz-${{ github.run_id }}-${{ github.run_attempt }}
needs: slim-validate
strategy:
fail-fast: false
matrix:
# version: [9.1.3]
version: [9.3.0, 9.2.2, 9.1.3, 8.2.0]
version: [9.2.2, 9.1.3]
# version: [9.3.0, 9.2.2, 9.1.3, 8.2.0]
services:
splunk:
image: splunk/splunk:${{ matrix.version }}
Expand Down

0 comments on commit 50bf595

Please sign in to comment.