Update main.yml#204
Open
reesebadazz2 wants to merge 40 commits intouber:fix/make-fast-comparison-firstfrom
Open
Update main.yml#204reesebadazz2 wants to merge 40 commits intouber:fix/make-fast-comparison-firstfrom
reesebadazz2 wants to merge 40 commits intouber:fix/make-fast-comparison-firstfrom
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 <stareque@atlassian.com>
* 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 <maxwell.elliott@gotinder.com>
- name: First interaction
uses: actions/first-interaction@v1.3.0
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
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
uses: actions/first-interaction@v1.3.0
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