Skip to content

Commit 50efb28

Browse files
ci: Add missing environment variable to integration-test
1 parent 0eb9afa commit 50efb28

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
matrix_linux_command: "apt-get update -yq && apt-get install -yq jq && ./scripts/run-integration-test.sh"
3737
matrix_linux_5_8_enabled: false
3838
matrix_linux_nightly_main_enabled: false
39+
env:
40+
SWIFT_OPENAPI_GENERATOR_REPO_URL: ${GITHUB_WORKSPACE}
3941

4042
compatibility-test:
4143
name: Compatibility test

0 commit comments

Comments
 (0)