-
Notifications
You must be signed in to change notification settings - Fork 219
Update main.yml #204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: fix/make-fast-comparison-first
Are you sure you want to change the base?
Update main.yml #204
Conversation
* Add support Swift Package Manager * Update Readme * FIx import header * Export import dependecy submodule core * Remove Pods.lock .gitignore * Added bundleResourcePath variable to FBSnapshotTestController which can be manually set to the root folder where reference images are stored, which is needed for Swift Package Manager. After this change there are now 4 ways of setting reference image directories instead of 3: 1. Set the preprocessor macro FB_REFERENCE_IMAGE_DIR to a double quoted c-string with the path. This only works for Objective-C tests. 2. Set an environment variable named FB_REFERENCE_IMAGE_DIR with the path. This takes precedence over the preprocessor macro to allow for run-time override. 3. (New way) Set `FBSnapshotTestCase.bundleResourcePath` as the root folder where reference images are stored. 4. Keep everything unset, which will cause the reference images to be looked up inside the bundle holding the current test, in the Resources/ReferenceImages_* directories. Co-authored-by: Shehab Tareque <[email protected]>
* Fix Carthage Demo * Remove the specs repo to speed up pod install * Create Action
Correct the SwiftPM dependency example
…ber#144) I assume the author meant to write: > "… it's often easier to … compare an image … to a reference image … _than_ write lots of complex layout-code tests."
* Adds Bazel Support V2 Also updates CI to run Bazel tests * get test output * setup python for xctestrunner * go to python 2 * python 3.7
* Fix paths in project * remove random folder from iOSSnapshotTestCaseSwiftPMDemo * Fix build.sh * Use bundle instead of file path hackery * Bazel png path
This allows the bazel configuration to compile under certain scenarios Co-authored-by: Maxwell Elliott <[email protected]>
- name: First interaction uses: actions/[email protected] with: # Token for the repository. Can be passed in using {{ secrets.GITHUB_TOKEN }} repo-token: # Comment to post on an individual's first issue issue-message: # optional # Comment to post on an individual's first pull request pr-message: # optional
|
|
uses: actions/[email protected]
with:
# Token for the repository. Can be passed in using {{ secrets.GITHUB_TOKEN }}
repo-token:
# Comment to post on an individual's first issue
issue-message: # optional
# Comment to post on an individual's first pull request
pr-message: # optional