Skip to content

Commit

Permalink
Add environment to codegen-build-test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelkins committed Dec 12, 2023
1 parent cb365e8 commit 5209dbb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codegen-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ name: Codegen, Build, and Test

on:
workflow_dispatch:
pull_request:

env:
AWS_SWIFT_SDK_USE_LOCAL_DEPS: 1

jobs:
codegen-build-test:
runs-on: macos-13
environment: Codegen-Build-Test
env:
DEVELOPER_DIR: /Applications/Xcode_15.0.app/Contents/Developer
steps:
Expand Down

0 comments on commit 5209dbb

Please sign in to comment.