Skip to content

Commit

Permalink
docs: add comments about issue #305
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre-Yves Lapersonne <[email protected]>
  • Loading branch information
pylapp committed Nov 25, 2024
1 parent fd61036 commit e41cb32
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ on:
- synchronize

jobs:
# Build the app (if there are linter errors or compiler issues, it will fail)
# Build the app (if there are linter errors or compiler issues, it will fail and we expect this behavior)
build:
runs-on: macos-15
steps:
Expand All @@ -58,7 +58,7 @@ jobs:
cd Showcase
bundle exec fastlane buildDebugApp
# Test the library with unit tests
# Test the library with unit tests they all must pass whatever the CI/CD environment is)
unit-test:
runs-on: macos-15
steps:
Expand All @@ -85,6 +85,8 @@ jobs:
bundle exec fastlane ios test
# Test the library with UI tests
# Do not define the success of these tests for PR merge as a condition
# See troubles explained at https://github.com/Orange-OpenSource/ouds-ios/issues/305
ui-test:
runs-on: macos-15
steps:
Expand Down

0 comments on commit e41cb32

Please sign in to comment.