Skip to content

Commit

Permalink
Don't enable examples and integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
czechboy0 committed Jan 6, 2025
1 parent b63a8ca commit 34311fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
with:
name: "Integration test"
matrix_linux_command: "apt-get update -yq && apt-get install -yq jq && SWIFT_OPENAPI_GENERATOR_REPO_URL=file://${GITHUB_WORKSPACE} ./scripts/run-integration-test.sh"
matrix_linux_nightly_main_enabled: false

compatibility-test:
name: Compatibility test
Expand All @@ -55,3 +56,4 @@ jobs:
with:
name: "Example packages"
matrix_linux_command: "./scripts/test-examples.sh"
matrix_linux_nightly_main_enabled: false

0 comments on commit 34311fd

Please sign in to comment.