github-jest-snapshots icon indicating copy to clipboard operation
github-jest-snapshots copied to clipboard

See Jest Snapshots in your commits

Results 2 github-jest-snapshots issues
Sort by recently updated
recently updated
newest added

Hi! I trying to add you plugin to my workflow. My `yml` ```yaml name: Node.js CI on: push: branches: - master paths-ignore: - '**.md' jobs: build: runs-on: ubuntu-latest strategy: matrix:...

When attempting to run this I was running into errors, likely as a result of changes to Actions during the preview: https://github.com/mattdsteele/jest-snapshot-testing/commit/d1e634d1eb56a2ef52b196285f18ded107295481/checks?check_suite_id=293084811#step:6:10 This PR reworks to use `actions.yml` and the...