Prefire basic implementation (#1743)

* prefire basic implementation

force the unit tests to run on iPhone 14

skipping plugin validation

archive artifacts

better workflow

removed the OS restriction

lfs

custom stencil

new test file

deleting

* git lfs

* lfs

* test

* customised the stencil to support our internal protocol

* for now we can remove the OS check from the stencil

* added a delay

* tests have been moved

* improvement

* recommit

* perceptual precision lowered

* updated snapshot testing and selected also iOS version

* added ios version control
This commit is contained in:
Mauro
2023-09-20 14:07:18 +02:00
committed by GitHub
parent bf15ce3d95
commit 2a4160774e
20 changed files with 509 additions and 16 deletions

View File

@@ -41,6 +41,16 @@ jobs:
- name: Run tests
run: bundle exec fastlane unit_tests
- name: Archive artifacts
uses: actions/upload-artifact@v3
# We only care about artifcats if the tests fail
if: failure()
with:
name: test-output
path: fastlane/test_output
retention-days: 1
if-no-files-found: ignore
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3