Skip to content

Commit

Permalink
Disable dependent podspec linting for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mikenachbaur-okta committed Feb 28, 2024
1 parent f184a76 commit 266bb2b
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,13 @@ jobs:
- uses: actions/checkout@master
- name: OktaAuthFoundation.podspec
run: pod lib lint --allow-warnings OktaAuthFoundation.podspec
- name: OktaOAuth2.podspec
run: pod lib lint --allow-warnings OktaOAuth2.podspec
- name: OktaDirectAuth.podspec
run: pod lib lint --allow-warnings OktaDirectAuth.podspec
- name: OktaWebAuthenticationUI.podspec
run: pod lib lint --allow-warnings OktaWebAuthenticationUI.podspec
# TODO: Enable dependent podspec linting once unreleased local spec version checking is fixed.
#- name: OktaOAuth2.podspec
# run: pod lib lint --allow-warnings OktaOAuth2.podspec
#- name: OktaDirectAuth.podspec
# run: pod lib lint --allow-warnings OktaDirectAuth.podspec
#- name: OktaWebAuthenticationUI.podspec
# run: pod lib lint --allow-warnings OktaWebAuthenticationUI.podspec

XcodeBuild:
name: Xcode Unit Tests
Expand Down

0 comments on commit 266bb2b

Please sign in to comment.