Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Merge branch 'PSG-4170-hosted-support' of https://github.com/passagei…
Browse files Browse the repository at this point in the history
…dentity/passage-ios into PSG-4170-hosted-support
  • Loading branch information
rickycpadilla committed Jul 10, 2024
2 parents 3baefcc + ad55972 commit 712cfdd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Set up Xcode 15.4
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.4'

- name: List Schemes
run: xcodebuild -list

Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/test-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Set up Xcode 15.4
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.4'

- name: List Schemes
run: xcodebuild -list

Expand Down

0 comments on commit 712cfdd

Please sign in to comment.