Skip to content

Commit

Permalink
chore: Run codegen / build / test CI workflow on every commit (#1406)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelkins authored Mar 15, 2024
1 parent 7b0d556 commit 8c6a434
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/codegen-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ env:
jobs:
codegen-build-test:
runs-on: macos-14-xlarge
environment: Codegen-Build-Test
env:
DEVELOPER_DIR: /Applications/Xcode_15.2.app/Contents/Developer
steps:
Expand Down Expand Up @@ -60,8 +59,8 @@ jobs:
run: ./scripts/ci_steps/log_tool_versions.sh
- name: Code-Generate SDK
run: ./scripts/ci_steps/codegen_sdk.sh
- name: Build and Run Unit Tests
run: |
swift build --build-tests
swift test --skip-build
- name: Build SDK with Unit Tests
run: swift build --build-tests
- name: Run Unit Tests
run: swift test --skip-build

0 comments on commit 8c6a434

Please sign in to comment.