We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b63a8ca commit 34311fdCopy full SHA for 34311fd
.github/workflows/pull_request.yml
@@ -29,6 +29,7 @@ jobs:
29
with:
30
name: "Integration test"
31
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"
32
+ matrix_linux_nightly_main_enabled: false
33
34
compatibility-test:
35
name: Compatibility test
@@ -55,3 +56,4 @@ jobs:
55
56
57
name: "Example packages"
58
matrix_linux_command: "./scripts/test-examples.sh"
59
0 commit comments