Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
keelerm84 committed Aug 13, 2024
1 parent 290a8e5 commit 8c1b6fc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
3 changes: 2 additions & 1 deletion .github/actions/ci/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ runs:

- uses: launchdarkly/gh-actions/actions/contract-tests@contract-tests-v1.0.2
with:
debug_logging: 'true'
token: ${{ inputs.token }}
test_service_port: '8000'
extra_params: "-status-timeout 60 -stop-service-at-end -skip 'basic parsing/large message in one chunk' -skip 'basic parsing/large message in two chunks'"
extra_params: "-status-timeout 120 -stop-service-at-end -skip 'basic parsing/large message in one chunk' -skip 'basic parsing/large message in two chunks'"
25 changes: 13 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,22 +43,23 @@ jobs:
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
swift-version:
- 5.1
- 5.2
- 5.3
- 5.4
- 5.5
- 5.6
- 5.7
- 5.8
- 5.9
versions:
- { swift: 5.1, checkout: 'v3' }
- { swift: 5.2, checkout: 'v3' }
- { swift: 5.3, checkout: 'v3' }
- { swift: 5.4, checkout: 'v3' }
- { swift: 5.5, checkout: 'v3' }
- { swift: 5.6, checkout: 'v3' }
- { swift: 5.7, checkout: 'v4' }
- { swift: 5.8, checkout: 'v4' }
- { swift: 5.9, checkout: 'v4' }

container: swift:${{ matrix.swift-version }}
container: swift:${{ matrix.versions.swift }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@${{ matrix.versions.checkout }}
with:
fetch-depth: 0 # If you only need the current version keep this.

Expand Down

0 comments on commit 8c1b6fc

Please sign in to comment.