Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 8 additions & 10 deletions .github/workflows/build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- id: matrix
uses: splunk/addonfactory-test-matrix-action@v2.1
uses: splunk/addonfactory-test-matrix-action@v3.1.1

fossa-scan:
continue-on-error: true
Expand Down Expand Up @@ -73,8 +73,8 @@ jobs:
persist-credentials: false
- uses: actions/setup-python@v5
with:
python-version: "3.7"
- run: curl -sSL https://install.python-poetry.org | python3 - --version 1.5.1
python-version: "3.9"
- run: curl -sSL https://install.python-poetry.org | python3 - --version 2.1.4
- name: Install Poetry
run: |
poetry build
Expand All @@ -91,8 +91,6 @@ jobs:
strategy:
matrix:
python-version:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
Expand All @@ -103,7 +101,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- run: curl -sSL https://install.python-poetry.org | python3 - --version 1.5.1
- run: curl -sSL https://install.python-poetry.org | python3 - --version 2.1.4
- name: run tests
run: |
poetry install
Expand All @@ -127,8 +125,8 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.7
- run: curl -sSL https://install.python-poetry.org | python3 - --version 1.5.1
python-version: 3.9
- run: curl -sSL https://install.python-poetry.org | python3 - --version 2.1.4
- run: ./scripts/build-demo-addon.sh
- name: install Splunk
run: |
Expand Down Expand Up @@ -181,8 +179,8 @@ jobs:
persist-credentials: false
- uses: actions/setup-python@v5
with:
python-version: "3.7"
- run: curl -sSL https://install.python-poetry.org | python3 - --version 1.5.1
python-version: "3.9"
- run: curl -sSL https://install.python-poetry.org | python3 - --version 2.1.4
- name: Install and build
run: |
poetry install
Expand Down
Loading
Loading