Skip to content

Commit

Permalink
Update Build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mrajatttt authored May 30, 2024
1 parent 4f0fee7 commit ff80070
Showing 1 changed file with 5 additions and 17 deletions.
22 changes: 5 additions & 17 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@ on:
- rajatttt/test

jobs:

setup:
build-and-test:
runs-on: macos-latest
defaults:
run:
working-directory: ./AmazonConnectChatIOS

steps:
- name: Checkout code
uses: actions/checkout@v3
Expand All @@ -37,13 +40,6 @@ jobs:
- name: Install xcpretty
run: gem install xcpretty

build:
needs: setup
runs-on: macos-latest
defaults:
run:
working-directory: ./AmazonConnectChatIOS
steps:
- name: Clean and Build SDK
run: |
echo "::group::Clean and Build SDK"
Expand All @@ -53,14 +49,6 @@ jobs:
-configuration Debug \
build
echo "::endgroup::"
test:
needs: build
runs-on: macos-latest
defaults:
run:
working-directory: ./AmazonConnectChatIOS
steps:
- name: Run Unit Tests
run: |
echo "::group::Run Unit Tests"
Expand Down

0 comments on commit ff80070

Please sign in to comment.