Skip to content

Commit

Permalink
refactor: update GitHub Actions workflows (#85)
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre-Yves Lapersonne <[email protected]>
  • Loading branch information
pylapp committed Jan 20, 2025
1 parent ac3daa7 commit 20107c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Build demo app
run: |
cd Showcase
cd DesignToolbox
bundle exec fastlane buildDebugApp
# Test the library with unit tests
Expand All @@ -80,7 +80,7 @@ jobs:
- name: Run unit tests on demo app
run: |
cd Showcase
cd DesignToolbox
bundle exec pod install
bundle exec fastlane ios test
Expand All @@ -106,7 +106,7 @@ jobs:
- name: Run UI-based unit tests on demo app
run: |
cd Showcase
cd DesignToolbox
bundle exec pod install
bundle exec fastlane test_ui
continue-on-error: true # See https://github.com/Orange-OpenSource/ouds-ios/issues/305

0 comments on commit 20107c5

Please sign in to comment.