Skip to content

Commit

Permalink
Merge branch 'main' into 953-component-common-remove-if-modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisBorleeAdevinta authored Jul 23, 2024
2 parents 0b05ba6 + 8ec5135 commit 88a1718
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 173 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/buildAndTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ jobs:
do
cd ${{ github.workspace }}
cd "$file"
if [[ ${{ vars.SPM_NAME }} == "SparkCommon" ]]; then
sed -i '' 's|../spark-ios-common|../../../../|g' '.sourcery.yml'
fi
echo "Dependencies: $file"
sourcery
done
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/buildDemoApp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ jobs:
uses: actions/checkout@v4

- name: Clone the demo project from a specific branch
env:
PR_COMMENT: ${{ github.event.comment.body }}
run: |
PR_COMMENT="${{ github.event.comment.body }}"
SPARK_IOS_BRANCH=${PR_COMMENT#'/buildDemo'}
SPARK_IOS_BRANCH=${SPARK_IOS_BRANCH// /}
if [ -z $SPARK_IOS_BRANCH ];then
Expand Down Expand Up @@ -85,9 +86,9 @@ jobs:
[SparkDemo.app](${{ steps.artifact-upload-step.outputs.artifact-url }}) is available.
Process:
1. Download the app
2. Download if needed the [SparkConfiguration](https://github.com/adevinta/spark-ios-configuration) mac os app.
3. Launch SparkConfiguration, on the testing entry on the sidebar, select the simulator you want and add the SparkDemo.app file.
1. Download the app with the link above.
2. Download if needed the [Sparkans](https://github.com/adevinta/spark-ios-configuration/releases/latest) mac os app.
3. Launch Sparkans, on the **Simulators** entry on the sidebar, select the simulator you want and add the SparkDemo.app file.
4. Envoy ;)
with:
script: |
Expand Down
2 changes: 1 addition & 1 deletion .sourcery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ configurations:
- Sources/Testing/
- Sources/SnapshotTesting/
templates:
- ../spark-ios-common/.sourcery/template/
- .sourcery/template
output: Sources/Testing/Generated/Sourcery.generated.swift
args:
autoMockableImports: [Combine, SparkTheming]
Expand Down
63 changes: 0 additions & 63 deletions Sources/Core/UIKit/Accessibility/AccessibilityLabelManager.swift

This file was deleted.

This file was deleted.

0 comments on commit 88a1718

Please sign in to comment.