Skip to content

Commit

Permalink
Merge pull request in-toto#732 from lukpueh/ci-continue-on-error-in-s…
Browse files Browse the repository at this point in the history
…slib-main

Run CD build despite "with-sslib-main" test error
  • Loading branch information
lukpueh authored Apr 10, 2024
2 parents 8ce403f + 15b15e6 commit d6e78aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ permissions: {}

jobs:
test:
continue-on-error: ${{ matrix.experimental }}
strategy:
fail-fast: false
# Run regular in-toto tests on each OS/Python combination, plus linters
Expand All @@ -14,13 +15,16 @@ jobs:
python-version: ['3.8', '3.9', '3.10', '3.11']
os: [ubuntu-latest, macos-latest, windows-latest]
toxenv: [py]
experimental: [false]
include:
- python-version: '3.8'
os: ubuntu-latest
toxenv: lint
experimental: false
- python-version: 3.x
os: ubuntu-latest
toxenv: with-sslib-main
experimental: true

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit d6e78aa

Please sign in to comment.